Get Webhooks

Get a list of webhooks

get

Gets details about all webhooks registered on the integration.

Authorizations
AuthorizationstringRequired
Header parameters
x-api-keystringRequired
Responses
200

Returns a list of webhooks.

application/json
get
/v1/webhooks

Get a specific webhook by event type

get

Gets details about a specific webhook based on event type

Authorizations
AuthorizationstringRequired
Path parameters
eventTypestringRequired
Header parameters
x-api-keystringRequired
Responses
200

Returns the requested webhook.

application/json
get
/v1/webhooks/{eventType}

Get a specific webhook by its id

get

Gets details about a specific webhook.

Authorizations
AuthorizationstringRequired
Path parameters
webhookIdstringRequired
Header parameters
x-api-keystringRequired
Responses
200

Returns the requested webhook.

application/json
get
/v1/webhooks/{webhookId}

Last updated