# E02025 — AccountSuspended

Authentication failed. Please contact support.

- **HTTP status**: `401`
- **Type**: `auth_error`
- **Name**: `AccountSuspended`

## What to do

The request carried missing, invalid, or revoked credentials. Follow the message above; when you contact support, quote the response's `request_id` so the team can locate the request.

## Related

- [Authentication](/docs/api/authentication): API keys, regions, and header format
- [E02xxx — Auth & identity](/docs/api/errors/E02xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`