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]" } }
Allows User to Log In the system
Login Credentials
User's email address
Login response
Indicates whether the request was successful
Message describing the result of the request
Show child attributes