Skip to main content
POST
/
api
/
public
/
check-user
Check User Exists
curl --request POST \
  --url https://ai-loop.alpeadria.com/api/public/check-user \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "exists": true
}
Verify if a user already exists in the system by their email address.

Body

application/json
email
string<email>
required

Response

200 - application/json

Existence status

exists
boolean