Skip to main content
GET
Get a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

webhook
string
required

The webhook ID

Response

WebhookResource

id
string
required
name
string | null
required
events
any[]
required
enabled
boolean
required
url
string
required
last_status
string
required
last_status_description
string
required
last_used_at
string
required
created_at
string
required
updated_at
string
required
signature
string | null