Skip to main content
GET
Get webhook by ID

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Webhook ID

Response

Webhook retrieved successfully

id
string

Unique webhook identifier

name
string

Webhook name

url
string<uri>

Webhook URL endpoint

events
object

Webhook event subscriptions

Example:
last_triggered_at
string<date-time> | null

When the webhook was last triggered

created_at
string<date-time>

When the webhook was created

updated_at
string<date-time>

When the webhook was last updated