cURL
curl --request GET \ --url https://api.coinfer.ai/base/user \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "data": { "id": 123, "username": "<string>", "super": true, "roles": [ "<string>" ], "is_github_user": true } }
Returns the information of the current logined user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
"ok"
Show child attributes