v1
latestOpenAPI 3.0.22026-07-144652931.4 MBWebhooks
Get a webhook subscription
Gets details about an existing webhook subscription.
Scoped OAuth requires: webhook_subscriptions.read
get/webhook_subscriptions/{id}
Path parameters
idstring required
The ID of the resource.
Headers
Acceptstring required
The Accept header is used as a versioning header.
Response
The webhook subscription that was requested.
Example response
{
"webhook_subscription": {
"oauth_client": {
"id": "AGMEB7F7YJYELCPG4Y5YWMYGXE",
"type": "oauth_client_reference",
"summary": "PagerDuty Webhook Integration"
}
}
}