Get current user
GET
/v1/auth/me
Returns the authenticated user's profile, refreshed from the database for the latest balance.
Authorizations
BearerAuth
API key (Bearer key_...)
Type
API Key (header: Authorization)
Responses
Current user
application/json
JSON "balance_credits": 0, "created_at": "string", "email": "string", "email_verified": true, "id": "string", "is_active": true, "is_admin": true, "last_active_at": "string", "tier_id": "string"
{
}