Supercheck LogoSupercheck
Status Pages

Check status page subdomain (POST)

Verify a status page subdomain is published and return its ID. Public endpoint (no authentication required).

POST
/api/status-pages/check

Request Body

application/json

subdomain*string

Response Body

application/json

application/json

curl -X POST "https://demo.supercheck.dev/api/status-pages/check" \  -H "Content-Type: application/json" \  -d '{    "subdomain": "string"  }'
{
  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  "status": "string"
}
Empty
{
  "error": "Not found"
}
Empty