Webhooks
Get
GET
/
v2
/
webhooks
/
{Id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the webhook to retrieve.
Response
200 - application/json
Describes a webhook.
The ID of the webhook.
The endpoint that will be called when the webhook is triggered.
An optional description of the purpose of the webhook.
The events that will trigger this webhook.
The connections for which this webhook will be triggered.