Webhook Template
Get Webhook Template UUID by Name
Retrieve the UUID of a webhook template by providing its name
POST
Retrieve the UUID of a webhook template by providing its name.
Base URL
All API requests should be made to:Example request
Request body
| Field | Type | Required | Description |
|---|---|---|---|
webhook_name | string | Yes | Name of the webhook template |
Example response
Success response
Error response
Response fields
Success response
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful (always true on success) |
webhook_uuid | string | Unique identifier for the webhook template |
Error response
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful (always false on error) |
error | string | Error message describing what went wrong |
Authorizations
API key for authentication. Get this from your dashboard by selecting a brand and going to API Keys section.
Brand UUID for authentication. Get this from your dashboard after adding a brand - it will be displayed in the UI.
Body
application/json
Webhook template lookup by name
Name of the webhook template

