Skip to main content
GET
/
v1
/
auth
/
check-registration
Check email registration
curl --request GET \
  --url http://co-mind-platform-host/v1/auth/check-registration
{
  "registered": true
}

Query Parameters

email
string<email>
required

Email address to check

Response

200 - application/json

Registration status

registered
boolean