{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.user.deleted",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"user": {
"id": "cd21b26d-35d2-408a-9201-b8fdbef7a604",
"type": "individual",
"email": "[email protected]",
"fullName": "John Doe",
"birthdate": "1987-01-01",
"primaryCitizenship": "GB",
"address": {
"country": "GB",
"subdivision": "GB-MAN",
"city": "Manchester",
"line1": "1 High Street",
"line2": "Northern Quarter",
"postalCode": "M4 1AA"
},
"phone": {
"number": "+447911123456",
"country": "GB"
},
"createdAt": "2024-03-13T20:20:39.000Z",
"updatedAt": "2024-03-13T20:20:39.000Z"
}
}
}Webhooks
User deleted
A user has been deleted.
WEBHOOK
core.user.deleted
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.user.deleted",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"user": {
"id": "cd21b26d-35d2-408a-9201-b8fdbef7a604",
"type": "individual",
"email": "[email protected]",
"fullName": "John Doe",
"birthdate": "1987-01-01",
"primaryCitizenship": "GB",
"address": {
"country": "GB",
"subdivision": "GB-MAN",
"city": "Manchester",
"line1": "1 High Street",
"line2": "Northern Quarter",
"postalCode": "M4 1AA"
},
"phone": {
"number": "+447911123456",
"country": "GB"
},
"createdAt": "2024-03-13T20:20:39.000Z",
"updatedAt": "2024-03-13T20:20:39.000Z"
}
}
}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
User deleted event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?