cURL
curl --request POST \ --url https://api.getgranite.ai/api/login_or_create_user \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>" } '
{ "status": "<string>", "message": "<string>", "request_id": "<string>" }
Authenticate user with email and send magic link
User email address
Successful Response
Response from login request
Login request status
Status message
Unique request identifier