Skip to main content
This endpoint returns a list of all webhooks configured for your organization. Use this to audit your webhook configurations and retrieve webhook details including HMAC keys for signature verification.

Use Cases

  • Audit webhook configurations
  • Retrieve HMAC keys for signature verification
  • List active webhook destinations
  • Monitor webhook settings

Response

Returns a Result object containing an array of webhook configurations.
array
Array of webhook objects
string
Unique identifier for the webhook
string
ISO 8601 timestamp when the webhook was created
string
The URL endpoint where webhook events will be sent
string
Webhook API version (e.g., “2024-10-22”)
string
JSON string containing webhook configuration including sampleRate, propertyFilters, and includeData settings
string
HMAC key used to sign webhook requests for verification
string | null
Error message if the request failed, null otherwise

Example Request

Example Response

Configuration Object

The config field contains a JSON string with the following properties:
  • sampleRate: Percentage of requests to send (0-100)
  • propertyFilters: Array of property filters to match specific requests
  • includeData: Whether to include full request/response data in webhook payload