v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
Webhooks

Update webhook endpoint

Update a webhook endpoint. Change its URL, replace the event types it is subscribed to, update its description, or pause and resume delivery. Only the fields you provide are changed. Updating webhooks is free.

<span><strong>Rate limit:</strong> 60 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

patch/v1/webhooks/endpoints/{endpointId}

Path parameters

endpointIdstring required

The unique ID of the webhook endpoint.

Request body

apiKeystring required

Your Fiber API key

urlstring uri nullable

A new HTTPS URL to receive event payloads.

eventTypesstring[] nullable

A new set of event types to subscribe this endpoint to.

descriptionstring nullable

A new human-readable label for this endpoint.

disabledboolean nullable

Set to true to pause delivery, or false to resume it.

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.