API Reference
cURL
curl --request POST \ --url https://api.runly.pro/v1/auth/login \ --header 'Content-Type: application/json' \ --data ' { "identity": "dow@runly.me", "password": "<string>", "otp": "<string>" } '
200
Success
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_login_123" }, "data": { "access_token": "ey...", "me_id": "dow", "mfa_enabled": false, "nickname": "Dow" }, "usage": { "latency_ms": 80 } }
"dow@runly.me"
登录结果
Show child attributes