List webhook subscriptions
Authorizations
HTTPRequired
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
Path parameters
workspaceIdstring · uuidRequiredExample:
The ID for the workspace.
b4e02c85-c6d2-4b15-8885-e09671799c61Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Limits the number of results to return. The default value is 10, the minimum is one and the maximum is 100.
10pageTokenstring · max: 8000Optional
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.
Responses
200
A list of webhook subscriptions was returned. The list can be empty if no webhook subscriptions are found.
application/json
get
/workspaces/{workspaceId}/webhook-subscriptions200
A list of webhook subscriptions was returned. The list can be empty if no webhook subscriptions are found.
Examples
Last updated
Was this helpful?

