latestOpenAPI 3.1.02026-08-2142112263.4 KB
0c0a6e5e4531
Webhooks
List webhook subscriptions
List webhook subscriptions
Required scope: application/webhooks:read
get/v1/webhooks/subscriptions/
Query parameters
cursorstring nullable
A pagination cursor from where results should start being fetched.
A pagination cursor from where results should start being fetched.
limitinteger
The maximum number of results to return.
The maximum number of results to return.
Response
Successful Response
Example response
{
"data": [],
"next_cursor": "1323935095007282836"
}