Skip to main content
GET
Get a webhook

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Path Parameters

webhookId
string
required

Webhook ID (e.g., whk_...)

Response

Webhook details

id
string
required
url
string<uri>
required

Webhook endpoint URL

events
string[]
required

Event types to subscribe to

enabled
boolean
required
secret
string

Webhook signing secret

createdAt
string<date-time> | null
updatedAt
string<date-time> | null