For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Paddle Docs home

Maximum notification settings reached

Your account has reached the maximum of 10 active notification settings.

Example response
{
"error": {
"type": "request_error",
"code": "notification_maximum_active_settings_reached",
"detail": "Maximum number of notification settings reached.",
"documentation_url": "https://developer.paddle.com/errors/notifications/notification_maximum_active_settings_reached"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
notification_maximum_active_settings_reached
Error message
Maximum number of notification settings reached.

Common causes

  • Your account has reached the maximum of 10 active notification settings. You can add as many settings as you like, but only 10 can be active at once.

Troubleshooting

  • Deactivate one or more of your existing notification settings using the Paddle dashboard, or sending a PATCH request with active: false.

Was this page helpful?