Error
Application error
59200: Account Limit Reached
API
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.
- The account already has 50 resources of the type being created (the current per-account limit for
SharedKeys,AuthProfileresources,Settings, andRules). - Unused or stale resources (for example,
Settingsfrom earlier testing) were never cleaned up and are counting against the limit.
- List the existing resources of that type (for example
GET /v2/Webhooks/Settings) and delete any that are no longer needed. - For
SharedKeysandAuthProfileresources, confirm noSettingstill references the resource before deleting it — otherwise the delete will fail with a Resource Is Still In Use error. - If you have a legitimate need for more than 50 resources of a given type, contact Twilio Support to request a limit increase.