Skip to main content
GET
Retrieve webhook

Authorizations

Authorization
string
header
required

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

Path Parameters

webhook_id
string
required

The ID of the webhook to retrieve.

Response

OK

created_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was created.

description
string | null
required

Webhook purpose.

id
string
required

Unique resource identifier.

is_active
boolean
required

Whether the webhook is active.

modified_at
string<date-time>
required

The timestamp (in ISO-8601 format) of when the resource was last modified.

url
string
required

Webhook destination URL.