Skip to main content
GET
/
v1
/
users
/
me
Get Api User Me
curl --request GET \
  --url https://api.fragapi.com/v1/users/me \
  --header 'Authorization: Bearer <token>'
{
  "firstName": "<string>",
  "lastName": "<string>",
  "username": "<string>",
  "balance": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.fragapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session scheme

Response

200 - application/json

Successful Response

firstName
string
required
lastName
string | null
required
username
string | null
required
balance
number
required