Webhooks
List Webhooks
List all webhooks
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of webhooks to return
Required range:
x <= 100
Number of webhooks to skip
Order the webhooks by a specific field
Available options:
created_at
Sort the webhooks in ascending or descending order
Available options:
asc
, desc
Response
200
application/json
A list of webhooks
The response is of type object
.