Get Webhooks

View as Markdown
All parameters are AND filters

Authentication

AuthorizationBearer

Authentication using Personal Access Token (PAT) token

OR
AuthorizationBearer
OAuth2 authentication using JWT tokens

Query parameters

TopicstringOptional
Topic of the webhooks requested
PageintegerOptional0-2147483647
Page of Webhooks to get
LimitintegerOptional1-250
Amount of Webhooks per page to request

Response headers

Page-Numberstring or null
Number of the current page
Total-Pagesstring or null
Total number of pages of results
Total-Countstring or null
Total number of results
Page-Sizestring or null
Number of results per page
Next-Pagestring or null
The href of the next page of results, if there is a next page

Response

Success
created_atdatetime or null
Timestamp the webhook subscription was created
enabledboolean or null
Indicates if the webhook subscription is enabled or not
idinteger or null
ID of the webhook subscription
subscription_urlstring or nullformat: "uri"
URL subscription events will be posted to
topicenum or null
Allowed values:

Errors