v1
latestOpenAPI 3.0.22026-07-144652931.4 MBWebhooks
Enable a webhook subscription
Enable a webhook subscription that is temporarily disabled. (This API does not require a request body.)
Webhook subscriptions can become temporarily disabled when the subscription's delivery method is repeatedly rejected by the server.
Scoped OAuth requires: webhook_subscriptions.write
post/webhook_subscriptions/{id}/enable
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 successfully enabled.
Example response
{
"webhook_subscription": {
"oauth_client": {
"id": "AGMEB7F7YJYELCPG4Y5YWMYGXE",
"type": "oauth_client_reference",
"summary": "PagerDuty Webhook Integration"
}
}
}