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

id
string<uuid>
required

Webhook ID.

Response

Webhook details

A webhook registration. The signing secret is only returned in the creation response.

id
string<uuid>
required
url
string<uri>
required
events
string[]
required

Subscribed event types.

createdAt
string<date-time>
required
secret
string

Signing secret. Only returned on creation. Store securely.