Skip to main content
GET
Retrieve configuration parameters, current status, subscribed events, and signing secret for an existing webhook subscription by its unique UUID.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Unique UUID identifier of the webhook subscription. Example: 8f3b0e2a-71d3-4a5f-9e6b-123456789abc.
string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

string
Webhook subscription UUID.
string
Organization UUID.
string
Target HTTPS callback endpoint URL.
string
HMAC SHA-256 signing secret key.
string[]
Array of active subscribed event topics.
boolean
Operational delivery status.
string
Creation timestamp.
string
Last modification timestamp.


Previous
Update webhook
PUT /api/v1/webhooks/{webhook_id}
Next