Skip to main content
GET
/
v1
/
user
/
profile
User Profile
curl --request GET \
  --url https://api.runly.pro/v1/user/profile \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200,
    "message": "OK",
    "trace_id": "tr_prof_001"
  },
  "data": {
    "me_id": "dow",
    "email": "dow@runly.me",
    "nickname": "Dow"
  },
  "usage": {
    "latency_ms": 10
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Profile Details

status
object
required
data
object
output
object
usage
object