{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.account.archived",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"account": {
"id": "555a99a1-620d-4431-a0ac-b43e1aad2bdc",
"ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
"label": "My BTC account",
"asset": "BTC",
"balance": {
"total": "0",
"available": "0"
},
"createdAt": "2024-06-01T00:00:00.000Z",
"updatedAt": "2024-07-15T00:00:00.000Z"
}
}
}Webhooks
Account archived
An account has been archived.
WEBHOOK
core.account.archived
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "core.account.archived",
"createdAt": "2021-01-01T00:00:00.000Z",
"data": {
"account": {
"id": "555a99a1-620d-4431-a0ac-b43e1aad2bdc",
"ownerId": "1e32fca3-23f7-40ed-bc1b-de10c790182d",
"label": "My BTC account",
"asset": "BTC",
"balance": {
"total": "0",
"available": "0"
},
"createdAt": "2024-06-01T00:00:00.000Z",
"updatedAt": "2024-07-15T00:00:00.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
Account archived event.
Response
200
Return a 200 status to indicate that the data was received successfully.
Was this page helpful?