Hanzo Docs

Get authenticated user

GET
/me

Find yourself they say. That’s what you can do here.

AuthorizationBasic <token>

Basic HTTP authentication

In: header

Response Body

curl -X GET "https://galaxy.scalar.com/me"
{
  "id": 1,
  "name": "Marc"
}