Webhook Endpoint objects represent a URL that receives event notifications. You can configure which event types each endpoint listens to and manage signing secrets for payload verification.Documentation Index
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoints
Create a Webhook Endpoint
Creates a new webhook endpoint with a URL and list of event types to subscribe to.
List all Webhook Endpoints
Returns a paginated list of webhook endpoints configured for your account.
Retrieve a Webhook Endpoint
Retrieves the details of an existing webhook endpoint.
Update a Webhook Endpoint
Updates the webhook endpoint’s URL, event subscriptions, or enabled status.
Delete a Webhook Endpoint
Deletes a webhook endpoint. No further events will be sent to this URL.