{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.kyc.self-categorization-statement.status-changed",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"status": "ok",
"userId": "123e4567-e89b-12d3-a456-426614174000"
}
}Webhooks
Self categorization statement status changed
The self categorization statement status has been changed.
WEBHOOK
core.kyc.self-categorization-statement.status-changed
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.kyc.self-categorization-statement.status-changed",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"status": "ok",
"userId": "123e4567-e89b-12d3-a456-426614174000"
}
}Authorizations
OAuth 2.0 authentication.
Headers
The unique identifier of the webhook.
The timestamp of the webhook, in seconds after the Unix epoch.
The signature of the webhook.
Body
application/json
KYC self categorization statement status changed event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?