Account blocked / unblockedWebhook

Webhook event notification request.

event_name value: account-block-unblock-webhook

This request is sent to registered webhook event handlers after
Block account capability completes successfully
Unblock account capability completes successfully

The Request body described below is the message property in the event notification request data. For more information about event notification requests, visit Webhooks.

Securitytilia_auth
Request
Request Body schema: application/json
account_id
string (AccountIdCommon) <= 36 characters

Tilia account ID

object (BlockAccountV2Response)
is_blocked
boolean (BlockStatus)

The account block status. True if the account is blocked. False if the account is not blocked.

Responses
2XX

Return a 2XX status to indicate that the data was received successfully

Request samples
application/json
{
  • "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
  • "blocks": {
    },
  • "is_blocked": true
}