Skip to main content
GET
List Webhook Endpoints

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Array of WebhookEndpointResource

id
string
required
url
string
required
description
string | null
required
events
required
status
enum<string>
required
Available options:
enabled,
disabled
last_error_at
string
required
created_at
string
required
secret
string | null

The signing secret, included only in the creation response.