v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBOn-Call Paging
Create On-Call Page
Trigger a new On-Call Page.
post/api/v2/on-call/pages
Request body
Example request
{
"data": {
"attributes": {
"description": "Page details.",
"tags": [
"service:test"
],
"target": {
"identifier": "my-team",
"type": "team_handle"
},
"title": "Page title",
"urgency": "low"
},
"type": "pages"
}
}Response
OK.
Example response
{
"data": {
"id": "15e74b8b-f865-48d0-bcc5-453323ed2c8f",
"type": "pages"
}
}