Webhooks API
Get Webhooks
Get all webhooks under your account.
GET
/
webhooks
This endpoint requires your private API key.
Response
200 - application/json
limit
number | null
requiredThe limit of the pagination.
offset
number | null
requiredThe offset of the pagination.
total
number | null
requiredThe total number of results. If null
, the total is unknown.
results
object[]
requiredWas this page helpful?