Supercheck LogoSupercheck
Status Pages

Check status page subdomain

Verify a status page subdomain is published and return its ID.

GET
/api/status-pages/check

Query Parameters

subdomain*string

Status page subdomain

Response Body

application/json

application/json

curl -X GET "https://demo.supercheck.dev/api/status-pages/check?subdomain=string"
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "status": "string"
}
Empty
{
  "error": "Not found"
}