Webhooks
Listing webhooks
Returns a paginated list of all webhooks across your accessible forms and workspaces.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Page number for pagination (default: 1)
Required range:
x >= 1
Number of webhooks per page (default: 25, max: 100)
Required range:
1 <= x <= 100
Response
200
application/json
List of webhooks
The response is of type object
.