Create a subscription
Webhooks
Create a subscription
Creates a new webhook subscription.
POST
Create a subscription
Creates a webhook subscription that delivers events to the specified URL. The full secret is only returned in this response.Documentation Index
Fetch the complete documentation index at: https://docs.exowizz.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body
The URL to receive webhook POST requests. Must be a valid URL (max 2048 characters).
The resource name to subscribe to. Must match a registered resource.
Array of trigger events to listen for. Must be a subset of the resource’s supported triggers:
on_create, on_update, on_delete.Request
Response
Returns the created subscription with a201 Created status. The secret field contains the full webhook secret.
Example response:
Errors
| Status | Description |
|---|---|
422 | Validation failed — invalid URL, unknown resource, or unsupported events |