List webhook subscriptions
Last updated
Was this helpful?
Last updated
Was this helpful?
Note: if you have more than 10 webhook subscriptions, the results may be paginated. To know more about how to use the nextPageToken to get the following results, refer to this .
This endpoint allows you to list all webhook subscriptions for a workspace. You can filter the subscriptions by interactionType, status, and other filters.
This will return a maximum of 100 webhook subscriptions per page, but 10 as default. You can use the limit
and cursor
query parameters to paginate the results. Learn more about pagination in the Common API Usage pagination section.
The ID for the workspace.
b4e02c85-c6d2-4b15-8885-e09671799c61
The ID for the organization.
cb28a94e-8557-4394-80ea-5bbd2170d434
Limits the number of results to return. The default value is 10, the minimum is one and the maximum is 100.
10
Pagination token that keeps of track of the current position in the list. Use it to get remaining results that were paginated. To learn more, please refer to Common API Usage Pagination section.
A list of webhook subscriptions was returned. The list can be empty if no webhook subscriptions are found.