API Reference
cURL
curl --request GET \ --url https://api.runly.pro/v1/user/profile \ --header 'Authorization: Bearer <token>'
200
Success
{ "status": { "code": 200, "message": "OK", "trace_id": "tr_prof_001" }, "data": { "me_id": "dow", "email": "dow@runly.me", "nickname": "Dow" }, "usage": { "latency_ms": 10 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile Details
Show child attributes