How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

PagerDuty Webhooks API

A webhook is a way to receive events that occur on the PagerDuty platform via an HTTP POST request.V3 webhooks are set up by creating a webhook subscription.

PagerDuty Webhooks API is one of 38 APIs that PagerDuty publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Webhook. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, a getting-started guide, and an AsyncAPI specification.

This API exposes 7 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.2, at version 2.0.0.

Requests are made against a single base URL, https://api.pagerduty.com.

7 operations 4 paths 3 schemas 1 DELETE2 GET3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
2.0.0
Base URL
https://api.pagerduty.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

PagerDuty Webhooks API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (api_key). By default, every request must be authenticated.

  • api_key — The API Key with format Token token=

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 2 GET, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Webhooks 7

A webhook is a way to receive events that occur on the PagerDuty platform via an HTTP POST request. V3 webhooks are set up by creating a webhook subscription.

GET
/webhook_subscriptions
PagerDuty List webhook subscriptions
listWebhookSubscriptions 6 params → 200400401403
POST
/webhook_subscriptions
PagerDuty Create a webhook subscription
createWebhookSubscription 2 params body → 200400401403
GET
/webhook_subscriptions/{id}
PagerDuty Get a webhook subscription
getWebhookSubscription 2 params → 200400401403404
PUT
/webhook_subscriptions/{id}
PagerDuty Update a webhook subscription
updateWebhookSubscription 3 params body → 200400401403404
DELETE
/webhook_subscriptions/{id}
PagerDuty Delete a webhook subscription
deleteWebhookSubscription 2 params → 204400401403404
POST
/webhook_subscriptions/{id}/enable
PagerDuty Enable a webhook subscription
enableWebhookSubscription 2 params → 200401403404
POST
/webhook_subscriptions/{id}/ping
PagerDuty Test a webhook subscription
testWebhookSubscription 2 params → 202401403404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are WebhookSubscription (7 properties), Pagination (4 properties), WebhookSubscriptionUpdate (1 property). Each schema is shown below with its type and property counts.

WebhookSubscription
object
7 properties 4 required
WebhookSubscriptionUpdate
object
1 property
Pagination
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pagerduty-webhooks-api-openapi.yml Raw ↑

Other APIs PagerDuty publishes across the network.

PagerDuty Events API
PagerDuty Abilities API
PagerDuty Add-Ons API
PagerDuty Alert Grouping Settings API
PagerDuty Analytics API
PagerDuty Audit API
PagerDuty Automation Actions API
PagerDuty Business Services API
PagerDuty Change Events API
PagerDuty Change Tags API
PagerDuty Custom Fields API
PagerDuty Escalation Policies API
Where this information came from

This is an independent, third-party profile of PagerDuty Webhooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.