v1

latestOpenAPI 3.0.1MIT2026-07-174154134.3 KB
Send Test Alert > Channels

Sends a test alert to PagerDuty to verify a valid PagerDuty setup.

post/server/channels/pagerduty

Request body

integrationKeystring

Example request

{
  "integrationKey": "INTEGRATION_KEY"
}

Response

OK

resultstring

Example response

{
  "result": "PING_SUCCESS"
}