Manage API
Add Members to a Cohort
POST /cohort/{cohortId}/member/add
// request
{
"validUntil": 1718266039,
"members":{
"0x0000000000000000000000000000000000000400":1,
"0x0000000000000000000000000000000000000500":2
},
"signature": "0xabcsafbasdb..."
}
// response
{
"statusCode": 200,
"data": affectedRowCount
}Removing Members from a Cohort:
POST /cohort/{cohortId}/member/remove
POST /cohort/{cohortId}/member/remove/all
Adding or Removing Identity Mapping in a Cohort
POST /identity/update
signature
Request & Response
Preparing a Cohort Snapshot
POST /cohort/{cohortId}/snapshot/initialize
POST /cohort/{cohortId}/snapshot/prepare
Confirmation of Cohort Snapshot
POST /cohort/{cohortId}/snapshot/submit
Signature
Request & Response
Last updated