API Reference
cURL
curl --request POST \ --url https://api.runly.pro/v1/auth/register \ --header 'Content-Type: application/json' \ --data ' { "handle": "dow", "identity": "<string>", "password": "<string>", "otp": "<string>", "invitation_code": "<string>" } '
200
Success
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_reg_456" }, "data": { "handle": "dow", "status": "active", "message": "Welcome to Runly! Your crypto assets are initialized." }, "usage": { "latency_ms": 220 } }
"dow"
Registration Result
Show child attributes