Check if email exists

Check if an email already exists in the system

POST
/iam/accounts/check-email-exists
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Check email exists input

emailstring

Response Body

curl -X POST "https://eu1.api.bivariant.com/v1/iam/accounts/check-email-exists" \  -H "Content-Type: application/json" \  -d '{    "email": "string"  }'
{
  "email": "string",
  "exists": true
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}