enterprise-api

webhooks_limit-exceeded

Webhook Limit Exceeded

Type
https://problems.atlas.propertyfinder.com/webhooks-limit-exceeded/
HTTP status
422 Unprocessable Entity
Retryable
No
Detail
The maximum number of webhook subscriptions for this event type has been reached.

What to do

Delete an existing subscription for this event type before creating a new one.

Example response

An HTTP 422 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/webhooks-limit-exceeded/",
  "title": "Webhook Limit Exceeded",
  "status": 422,
  "code": "webhooks_limit-exceeded",
  "detail": "The maximum number of webhook subscriptions for this event type has been reached."
}

Back to error catalog