Auth APIs/Setup & Login
Check Superadmin Exists
GET
/auth/checksadminChecks if the platform has been set up (first-run detection).
No authentication required
Content-Type:
application/jsonResponse Example
200 OK
{
"action": true,
"message": "Superadmin exists"
}Code Examples
curl -X GET 'https://<your-domain>:3001/auth/checksadmin'Try It
API Playground
Sends a real request to the configured server