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]"
}

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>