Status Pages
Check status page subdomain (POST)
Verify a status page subdomain is published and return its ID. Public endpoint (no authentication required).
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