Fired when an account status changes (e.g., restricted, reactivated).
{ "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>" } }
Unique event identifier for idempotency
Webhook event type
ACCOUNT_STATUS_UPDATED
Show child attributes
Webhook received successfully. Return any 2xx status to acknowledge.