---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/59200#article
headline: "59200: Account Limit Reached"
url: https://www.twilio.com/docs/api/errors/59200
inLanguage: en
dateModified: 2026-08-18T11:08:51.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 59200: Account Limit Reached

Log Type: APPLICATION

Log Level: ERROR

## Description

The account has reached the maximum number of resources allowed for a given resource type in the Webhooks Configuration API. This error is returned when creating a new `SharedKey`, `AuthProfile`, `Setting`, or `Rule` resource.

### Possible causes

* The account already has 50 resources of the type being created (the current per-account limit for `SharedKeys`, `AuthProfile` resources, `Settings`, and `Rules`).
* Unused or stale resources (for example, `Settings` from earlier testing) were never cleaned up and are counting against the limit.

### Possible solutions

* List the existing resources of that type (for example `GET /v2/Webhooks/Settings`) and delete any that are no longer needed.
* For `SharedKeys` and `AuthProfile` resources, confirm no `Setting` still references the resource before deleting it — otherwise the delete will fail with a [Resource Is Still In Use](/docs/api/errors/59100) error.
* If you have a legitimate need for more than 50 resources of a given type, contact [Twilio Support](https://www.twilio.com/help/contact) to request a limit increase.
