Retrieve detailed information about a specific webhook template by its UUID
| Field | Type | Required | Description |
|---|---|---|---|
webhook_uuid | string | Yes | UUID of the webhook template to retrieve |
| Field | Type | Description |
|---|---|---|
path | string | URL path for the webhook template |
method | string | HTTP method (e.g., “GET”, “POST”, “PUT”, “DELETE”) |
timezone | string | IANA timezone identifier indicating the timezone used for timestamps (matches your brand’s selected timezone) |
inserted_at | string | ISO 8601 timestamp when the template was created (in your brand’s selected timezone with offset) |
webhook_uuid | string | Unique identifier for the webhook template |
webhook_name | string | Name of the webhook template |
headers_json | object | HTTP headers as JSON object (supports template variables) |
query_params_json | object | Query parameters as JSON object (supports template variables) |
request_body_json | object | Request body as JSON object (supports template variables) |
expected_system_variables | array | Array of system secret variable names expected in this template (e.g., ["api_key", "service_token"]) |
webhook_description | string | Description of the webhook template |
request_timeout_in_milliseconds | integer | Request timeout in milliseconds |
max_retries | integer | Maximum number of retry attempts |
retry_delay | integer | Delay in seconds between retry attempts |
retry_backoff_mode | string | Retry backoff strategy (“linear” or “exponential”) |
domain_details | object | Domain information associated with this template |
domain_details.domain | string | Domain name |
domain_details.protocol_type | string | Protocol type (e.g., “https”, “http”) |
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
data | object | Webhook template details object |
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.
Webhook template lookup request
UUID of the webhook template to retrieve