cURL
curl --request GET \ --url https://api.nova-cloud.ai/auth/me \ --header 'Authorization: Bearer <token>'
{ "id": 123, "email": "jsmith@example.com", "tier": "standard", "max_vms": 3, "max_hourly_spend": 8, "credit_balance": 125.5, "status": "active", "created_at": "2023-11-07T05:31:56Z", "totp_enabled": true, "email_verified": true, "auth_provider": "email" }
Get the authenticated user’s account information.
Use a JWT access token or API key (prefixed with nv_)
User information
User ID
"standard"
3
8
125.5
"active"
"email"