Skip to main content
POST
/
auth
/
request-email
cURL
curl --request POST \
  --url https://app.closerx.ai/api/auth/request-email/ \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "email": "[email protected]"
}
'
{
  "success": true,
  "message": "<string>",
  "data": {
    "email": "[email protected]"
  }
}

Authorizations

api_key
string
header
required

Body

application/json

Login Credentials

email
string<email>
required

User's email address

Response

Login response

success
boolean
required

Indicates whether the request was successful

message
string
required

Message describing the result of the request

data
object
required