Skip to main content
GET
/
v1
/
user
/
me
Get user info
curl --request GET \
  --url https://api.example.com/v1/user/me \
  --header 'x-apikey: <x-apikey>'
{
  "first_name": "David",
  "email": "david@databar.ai",
  "balance": 100,
  "plan": "Pro"
}

Headers

x-apikey
string
required

API Key for authentication

Response

User info

first_name
string | null
email
string
balance
number
plan
string