Get Subscriptions

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

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token or OAuth2

Query parameters

RecordsPerPageintegerOptional1-250
Number of webhooks returned per page in a paginated response.
CursorstringOptional

[Optional] A pagination token used to retrieve the next or previous page of results. Omit to start at the first page.

Response

Success
itemslist of objects or null
nextstring or null
Go to the Next page
prevstring or null
Go to the Previous page

Errors