# Temporarily unavailable

Endpoint is temporarily disabled for your account.

---

## Example

```json
{
  "error": {
    "type": "api_error",
    "code": "temporarily_unavailable",
    "detail": "Endpoint is not currently available because it's been temporarily disabled for your account.",
    "documentation_url": "https://developer.paddle.com/errors/shared/temporarily_unavailable"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 540 |
| Error code | `temporarily_unavailable` |
| Error message | Endpoint is not currently available because it's been temporarily disabled for your account. |

## Common causes

- You've sent too many requests to the API and have been rate limited, so your access has been temporarily restricted.
- You're calling the endpoint incorrectly or in a non-performant way, so your access has been temporarily restricted.
- Your usage of this endpoint has been flagged as abuse by our systems, so your access has been temporarily restricted while we investigate.
- A issue with the endpoint has caused it to be temporarily unavailable.

## Common solutions

- Contact the [Paddle Seller Support team](mailto:sellers@paddle.com). Include the `request_id` with your message.
- Reduce the frequency of requests to this endpoint.
- Make sure that you're calling the endpoint correctly according the the [API docs](https://developer.paddle.com/api-reference/overview).
- Check the [Paddle status page](https://paddlestatus.com/) for active incidents.
