Ethiack Docs
General

Current User information

GET
/v1/me

Fetches the information of the currently authenticated user.

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
}