Skip to main content
GET
Returns all active and paused webhook subscriptions configured within your organization, including callback URLs, subscribed events, and signing secrets.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

WebhookSubscriptionResponse[]
Array of webhook subscription objects:


Previous
Get webhook
GET /api/v1/webhooks/{webhook_id}
Next