List Webhook Subscriptions
Get a list of Webhook Subscriptions for a specified Organization, User, or Group.
<Info title="Required scopes">
> `webhooks:read`
</Info>
Authentication
AuthorizationBearer
OAuth 2.0
OR
AuthorizationBearer
Personal Access Token
Query parameters
organization
The given organization that owns the subscriptions being returned. This field is always required.
user
Indicates if the results should be filtered by user. This parameter is only required if the scope parameter is set to user.
group
Indicates if the results should be filtered by group. This parameter is only required if the scope parameter is set to group.
page_token
The token to pass to get the next or previous portion of the collection
count
The number of rows to return
sort
Order results by the specified field and direction. Accepts comma-separated list of {field}:{direction} values. Supported fields are: created_at. Sort direction is specified as: asc, desc.
scope
Filter the list by organization, user, or group
Allowed values:
Response
OK
collection
pagination
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error