v1
latestOpenAPI 3.0.02026-07-2447166133.5 KBWebhooks
Pause or resume a webhook destination endpoint
This operation sets the 'paused' state of a webhook destination endpoint.
post/webhooks/endpoints/{endpointId}/paused
Path parameters
endpointIdstring required
The id of a webhook destination endpoint
Example:wde_01HWDG5ADNBGJ3XXXXXFP8P1GH
The id of the webhook destination endpoint.
Query parameters
pausedboolean required
Whether to pause or resume the webhook destination endpoint.
Headers
s-idempotency-keystring
A unique value generated by the client used to recognize subsequent retries of the same request. Idempotency keys can be up to 255 characters long.
Response
ok
Example response
{
"paused": true
}