cURL
curl --request POST \ --url https://api.callaro.ai/api/v1/auth/request-otp \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "purpose": "<string>" } '
{ "data": {}, "message": "<string>", "meta": {}, "request_id": "<string>" }
OTP requested
Was this page helpful?