Skip to main content

Update Webhook Endpoint

PATCH 

/webhooks/endpoints/:endpointId

Updates the delivery URL, subscribed event types, or both, for one webhook endpoint belonging to the authenticated Refersion user. endpointId is always resolved within the user's own webhook configuration, so another user's id returns the same 404 as an unknown one.

Omitted fields are left unchanged; topics REPLACES the subscription rather than merging into it. Some users can only use a limited set of event types — anything else returns 422. Some users may receive a 402 if their plan doesn't include webhook access. Like delete, this never auto-provisions a configuration — a user with none gets 404.

Request

Responses

Webhook endpoint updated successfully