General
Current User information
Fetches the information of the currently authenticated user.
Authorization
http AuthorizationBasic <token>
Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.
In: header
Response Body
application/json
curl -X GET "https://api.ethiack.com/v1/me"{
"name": null,
"username": null,
"country": null,
"picture": null,
"id": null
}