Skip to main content
GET
Get webhook details

Authorizations

Authorization
string
header
required

HS256-signed JWT bearer token, obtained via the OAuth2 client-credentials grant (see Authentication).

Path Parameters

id
string
required

Response

Webhook

id
string<uuid>
events
string[]
inserted_at
string<date-time>
masked_hmac_key
string | null

Masked HMAC key showing only the first 5 characters.

Example:

"abc12xxxxx"

updated_at
string<date-time>
url
string<uri>