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
}

Documentation Index

Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

email
string<email>
required

Email address to check

Response

200 - application/json

Registration status

registered
boolean