List webhook subscriptions
Lists all webhook subscriptions for the authenticated project with pagination. Currently limited to one subscription per project.
Query parameters
Number of items per page, max allowed is 50
Cursor for pagination. The cursor is a base64 encoded string of the page and limit. The page is the page number and the limit is the number of items per page. The cursor is used to paginate through the items. The cursor is not required for the first page.
Response
Webhook subscriptions retrieved
Changes
Changed in 3 of the 61 revisions of this API.5
- ○
the endpoint scheme security
CookieAuthwas removed from the APIapi-security-removed
- ○
the endpoint scheme security
UserApiKeyAuthwas removed from the APIapi-security-removed
- ○
- ○
api tag
Webhook Subscriptionsaddedapi-tag-added
- ○
api tag
Webhooksremovedapi-tag-removed
- ○
- ○
endpoint added
endpoint-added
- ○