v1

latestOpenAPI 3.1.02026-07-2432337285.3 KB
Webhooks

Update Webhook

Updates an existing webhook's configuration or status. If the webhook is currently in an ERROR state, you can trigger a resend by updating its status to PENDING.

patch/{webhook_id}/

Path parameters

webhook_idstring required

Headers

x-company-idinteger

ID of a child company for authentication. If not provided, the parent company will be authenticated.

ID of a child company for authentication. If not provided, the parent company will be authenticated.

Request body

status'PENDING' required

The new status of the webhook

urlstring

The new URL of the webhook to send.

Response

Successful Response

status'success'