Webhooks
Get Webhook Details
Returns details for a specific webhook endpoint
GET
Request Parameters
Path Parameters
string
required
Webhook endpoint ID
Response Fields
string
Unique identifier for the webhook endpoint
string
HTTPS URL where webhook events are sent
array
Event types this endpoint is subscribed to (empty array means all events)
boolean
Whether the endpoint is active
string
When the endpoint was created (ISO 8601 format)
string
Description of the webhook endpoint
string
Webhook signing secret (only shown once during creation)