Retrieve a paginated list of all webhook templates in your HookPulse account
| Parameter | Type | Required | Description |
|---|---|---|---|
page | integer | Yes | Page number to retrieve (starts from 1) |
| Field | Type | Description |
|---|---|---|
path | string | URL path for the webhook template |
method | string | HTTP method (e.g., “GET”, “POST”, “PUT”, “DELETE”) |
inserted_at | string | ISO 8601 timestamp when the template was created (in your brand’s selected timezone with offset) |
webhook_name | string | Name of the webhook template |
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”) |
webhook_uuid | string | Unique identifier for the webhook template |
| Field | Type | Description |
|---|---|---|
page | integer | Current page number |
total_count | integer | Total number of webhook templates |
per_page | integer | Number of items per page |
total_pages | integer | Total number of pages |
has_next | boolean | Whether there is a next page |
has_prev | boolean | Whether there is a previous page |
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
data | array | Array of webhook template objects |
meta | object | Pagination metadata |
timezone | string | IANA timezone identifier indicating the timezone used for all timestamps in the response (matches your brand’s selected timezone) |
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.
Page number to retrieve (starts from 1)
x >= 1