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.
Return a 2XX status to indicate that the data was received successfully
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "blocks": {
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "block_id": "blk_2FizFe7kSxtgUf4Trw0Jwei7pJv",
- "capability": "login",
- "issuer": "publisher",
- "reason": "account_close"
}, - "is_blocked": true
}