account.suspended
Triggered when an account is suspended due to billing issues, policy violations, or other reasons
This webhook is sent when an account is suspended due to billing issues, policy violations, or other reasons. The payload includes the timestamp, event type, and the name of the suspended account.
Payload Example
{
"timestamp": 1640995200,
"event_type": "account.suspended",
"account_name": "Awesome Account"
}