cURL
curl --request GET \ --url https://api.varg.ai/v1/me \ --header 'Authorization: Bearer <token>'
{ "userId": "user_abc123", "email": "[email protected]" }
Returns the authenticated user’s profile.
API key from varg.ai/dashboard.
Pass as Authorization: Bearer varg_xxx.
Authorization: Bearer varg_xxx
User profile
"user_abc123"
"[email protected]"
Was this page helpful?