Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://app.closerx.ai/api/auth/request-email/ \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com" } '
{ "success": true, "message": "<string>", "data": { "email": "jsmith@example.com" } }
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