Skip to main content
GET
List webhooks

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
integer
default:0

Number of items to skip

Required range: 0 <= x <= 1000
limit
integer
default:10

Maximum number of items to return

Required range: 1 <= x <= 100

Response

List of webhooks retrieved successfully

id
string

Unique webhook identifier

name
string

Webhook name

url
string<uri>

Webhook URL endpoint

events
object

Webhook event subscriptions

Example:
last_triggered_at
string<date-time> | null

When the webhook was last triggered

created_at
string<date-time>

When the webhook was created

updated_at
string<date-time>

When the webhook was last updated