v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Statuspage Integration

Create the Statuspage account

Create a Statuspage account for your organization. Only one Statuspage account can be configured per organization.

post/api/v2/integration/statuspage/account

Request body

Example request

{
  "data": {
    "attributes": {
      "api_key": "00000000-0000-0000-0000-000000000000"
    },
    "type": "statuspage-account"
  }
}

Response

CREATED

Example response

{
  "data": {
    "attributes": {
      "api_key": "*****"
    },
    "type": "statuspage-account"
  }
}