Skip to content

Create a new status page.

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

Status page created

Media type application/json
object
id
required
string
account_id
required
string
friendly_name
required
string
created_at
required
string format: date-time
Example generated
{
"id": "example",
"account_id": "example",
"friendly_name": "example",
"created_at": "2026-04-15T12:00:00Z"
}

Invalid request body

Missing or invalid authentication

Internal server error