enterprise-api

webhooks_duplicate-subscription

Duplicate Webhook Subscription

Type
https://problems.atlas.propertyfinder.com/webhooks-duplicate-subscription/
HTTP status
409 Conflict
Retryable
No
Detail
A webhook subscription for this event type with the same callback URL already exists.

What to do

Reuse the existing subscription, or register a different callback URL.

Example response

An HTTP 409 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/webhooks-duplicate-subscription/",
  "title": "Duplicate Webhook Subscription",
  "status": 409,
  "code": "webhooks_duplicate-subscription",
  "detail": "A webhook subscription for this event type with the same callback URL already exists."
}

Back to error catalog