v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
Webhooks

Create webhook endpoint

Create a webhook endpoint that receives event payloads at the URL you provide. Returns the endpoint along with its signing secret — store the secret securely, as it is only shown here and when rotated. Setting up 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>

post/v1/webhooks/endpoints

Request body

apiKeystring required

Your Fiber API key

urlstring uri required

The HTTPS URL that will receive event payloads, e.g. 'https://api.example.com/webhooks/fiber'.

eventTypesstring[] required

The event types to subscribe this endpoint to. Retrieve the full list of available event types from the webhook event types endpoint.

descriptionstring nullable

An optional human-readable label for this endpoint.

Response

Default Response

advicestring[] nullable

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