Skip to main content
GET
/
me
Get current user
curl --request GET \
  --url https://api.varg.ai/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "userId": "user_abc123",
  "email": "[email protected]"
}

Documentation Index

Fetch the complete documentation index at: https://docs.varg.ai/llms.txt

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

Authorizations

Authorization
string
header
required

API key from varg.ai/dashboard.

Pass as Authorization: Bearer varg_xxx.

Response

User profile

userId
string
Example:

"user_abc123"

email
string<email>