# Account

> Source: https://developers.cloud66.com/v3/webhooks/account/

## Account Suspended

URL: https://developers.cloud66.com/v3/webhooks/account/#suspended
Event type: account.suspended

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

```json
{
  "timestamp": 1640995200,
  "event_type": "account.suspended",
  "account_name": "Awesome Account"
}
```
