API Reference
cURL
curl --request POST \ --url https://api.runly.pro/v1/auth/otp \ --header 'Content-Type: application/json' \ --data ' { "identity": "dow@runly.me", "type": "login" } '
200
Success
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_otp_123" }, "data": { "message": "Verification code dispatched successfully" }, "usage": { "latency_ms": 150 } }
"dow@runly.me"
login
register
Business Response
Show child attributes