Skip to main content
GET
List Webhook Endpoints
This endpoint requires HMAC-SHA256 authentication. See Authentication for signature computation details.

Response Details

The response includes all webhook endpoints configured for your group, including:
  • Active endpoints that are receiving webhooks
  • Disabled endpoints that have been paused but not deleted
The webhook signing secret is not included in list responses. It is only returned once during endpoint creation.

Endpoint Status

Authorizations

x-api-key
string
header
required

HMAC-SHA256 authentication. Requires three headers: x-api-key (your API key), x-timestamp (ISO 8601 timestamp), and x-signature (Base64-encoded HMAC-SHA256 signature). See Authentication documentation for signature computation.

Response

List of webhook endpoints

endpoints
object[]
required

List of webhook endpoints

count
integer
required

Total number of endpoints

timestamp
string<date-time>
required

ISO 8601 timestamp of the response