v1
latestOpenAPI 3.0.22026-07-144652931.4 MBList 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
Query parameters
The number of results per page.
Offset to start pagination search results.
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.
The type of resource to filter upon.
The id of the resource to filter upon. Required if filter_type is service or team.
Headers
The Accept header is used as a versioning header.
Response
A set of webhook subscriptions matching the request.
Example response
{
"webhook_subscriptions": [
{
"oauth_client": {
"id": "AGMEB7F7YJYELCPG4Y5YWMYGXE",
"type": "oauth_client_reference",
"summary": "PagerDuty Webhook Integration"
}
}
]
}