Get authenticated user
Find yourself they say. That's what you can do here.
OAuth scopes
one of:
- read:account
Responses
Request Example for get/me
curl https://galaxy.scalar.com/me \
--header 'Authorization: Basic username:password'
{
"id": 1,
"name": "Marc"
}