Skip to main content
GET
Get webhook config 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<uuid>
required

Response

OK

id
string<uuid>

Unique identifier

accountId
string

Account identifier

applicationId
string

Application identifier

url
string

Endpoint URL

secret
string

Signing secret, returned only once in the create response; store it securely

subscribedEvents
string[]

Subscribed event types, or ["AllEvents"] when subscribed to all

createdAt
string<date-time>

Creation timestamp

updatedAt
string<date-time>

Last update timestamp