List webhook subscriptions
Last updated
Was this helpful?
Last updated
Was this helpful?
Let's establish some of our data that will be used in the following example:
Workspace ID: a1405560-c8d3-4b1a-877d-3f449ad95352
Organization ID: 823fbfaf-f14e-4693-b55a-8ec1c17d649e
AccessKey: abcd
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 pagination documentation.
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.
/organizations/{organizationId}/workspaces/{workspaceId}/webhook-subscriptions
The ID for the workspace.
b4e02c85-c6d2-4b15-8885-e09671799c61
The ID for the organization.
cb28a94e-8557-4394-80ea-5bbd2170d434
You can use this parameter to filter the results based on the search criteria. To get all subscriptions for the service channels, you can use it like this: SearchFilter[service]=channels
Limits the number of results to return. The default value is 10, the minimum is one and the maximum is 100.
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.