FragAPI
API Endpoints

Get Api User Me

GET
/v1/users/me

Get info about your account

Authorization

AuthorizationBearer <token>

User session scheme

In: header

Scope: user:read

Response Body

application/json

curl -X GET "https://example.com/v1/users/me"
{  "id": 0,  "firstName": "string",  "lastName": "string",  "username": "string",  "balance": 0}