WEBHOOK
core.account.unarchived
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "type": "core.account.unarchived",
  "createdAt": "2021-01-01T00:00:00Z",
  "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:00Z",
      "updatedAt": "2024-07-15T00:00:00Z"
    }
  }
}

Headers

webhook-id
string
required

The unique identifier of the webhook.

webhook-timestamp
integer
required

The timestamp of the webhook, in seconds after the Unix epoch.

webhook-signature
string
required

The signature of the webhook.

Body

application/json

Account unarchived event.

The webhook event information.

Response

200

Return a 200 status to indicate that the data was received successfully.