Skip to content
Start here

Pagerduty

List PagerDuty services
GET/accounts/{account_id}/alerting/v3/destinations/pagerduty
Create PagerDuty integration token
POST/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect
Delete PagerDuty Services
DELETE/accounts/{account_id}/alerting/v3/destinations/pagerduty
Connect PagerDuty
GET/accounts/{account_id}/alerting/v3/destinations/pagerduty/connect/{token_id}
ModelsExpand Collapse
Pagerduty object { id, name }
id: optional string

UUID

maxLength32
name: optional string

The name of the pagerduty service.

PagerdutyCreateResponse object { id }
id: optional string

token in form of UUID

maxLength32
PagerdutyDeleteResponse object { errors, messages, success }
errors: array of object { message, code }
message: string
code: optional number
minimum1000
messages: array of object { message, code }
message: string
code: optional number
minimum1000
success: true

Whether the API call was successful