|docs
Start Trial

List webhook subscriptions

List existing webhook subscriptions.

The filter_type and filter_id query parameters may be used to only show subscriptions for a particular service or team.

For more information on webhook subscriptions and how they are used to configure v3 webhooks see the Webhooks v3 Developer Documentation.

Scoped OAuth requires: webhook_subscriptions.read

Authorization<token>

The API Key with format Token token=<API_KEY>

In: header

Query Parameters

limit?integer

The number of results per page.

offset?integer

Offset to start pagination search results.

total?boolean

By default the total field in pagination responses is set to null to provide the fastest possible response times. Set total to true for this field to be populated.

See our Pagination Docs for more information.

Defaultfalse
filter_type?string

The type of resource to filter upon.

Value in

  • "account"
  • "service"
  • "team"
filter_id?string

The id of the resource to filter upon. Required if filter_type is service or team.

Header Parameters

Accept*string

The Accept header is used as a versioning header.

Default"application/vnd.pagerduty+json;version=2"

Response Body

application/json