v1

latestOpenAPI 3.0.02026-08-04134348905.1 KB
Webhook Notifications

List webhook endpoint subscriptions

Permissions required: Configure Webhooks

List the subscriptions that you configured for a webhook endpoint.

get/webhook/endpoints/{endpointId}/subscriptions

Path parameters

endpointIdstring uuid required

Unique identifier for the endpoint

Query parameters

afterIdstring

When paginating this is used to provide the starting point for the page to fetch (retrieved from the previous response body)

limitinteger

Maximum number of results to return per query

Response

Webhook subscription list

Example response

{
  "page": {
    "next": "<next page url>"
  }
}