Skip to content

Add a PagerDuty integration (Events API v2 routing key).

POST
/integration/pagerduty/
curl --request POST \
--url https://api.siteqwality.com/integration/pagerduty/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "friendly_name": "example", "routing_key": "example" }'
Media type application/json
object
friendly_name
required
string
routing_key
required

Events API v2 routing key (integration key) of the PagerDuty service.

string
Example generated
{
"friendly_name": "example",
"routing_key": "example"
}

PagerDuty integration added

Invalid request body

Missing or invalid authentication

Internal server error