Skip to main content
WEBHOOK
ACCOUNT_STATUS_UPDATED
{
  "id": "<string>",
  "type": "ACCOUNT_STATUS_UPDATED",
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "ACTIVE",
    "ownerType": "USER",
    "ownerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "chainAddresses": [
      {
        "chainId": "ETHEREUM_MAINNET",
        "address": "<string>"
      }
    ],
    "createdAt": "<string>",
    "updatedAt": "<string>"
  }
}

Body

application/json
id
string
required

Unique event identifier for idempotency

type
enum<string>
required

Webhook event type

Available options:
ACCOUNT_STATUS_UPDATED
data
object
required

Response

200

Webhook received successfully. Return any 2xx status to acknowledge.