Get Subscriptions

View as Markdown
This endpoint returns a list of webhook subscriptions.

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

RecordsPerPageintegerOptional1-250
Number of webhooks returned per page in a paginated response.
CursorstringOptional
The number of records to skip before starting to return the results. Used for pagination.

Response

Success
itemslist of objects or null
nextstring or null
prevstring or null

Errors