User API

Get logged-in user information

get
Responses
200

OK

*/*
get
/v1/users/me
GET /v1/users/me HTTP/1.1
Host: dex-api.benpay.com
Accept: */*
200

OK

{
  "success": true,
  "data": {
    "id": 1,
    "level": 1,
    "type": "MANAGE",
    "address": "text"
  },
  "error": "text",
  "errorField": "text",
  "errorMessage": "text"
}

Last updated