Management
Current user, balance and billing state
Returns the authenticated user, current credit balance and auto top-up configuration.
Authorization
BearerAuth AuthorizationBearer <token>
Clerk session token (dashboard/management routes). In local dev mode use the X-Dev-User header instead.
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/manage/me"{ "user": { "id": "string", "email": "string", "name": "string" }, "balance": 986, "autoTopup": { "enabled": true, "thresholdCredits": 1000, "packageId": "growth" }, "stripeConfigured": true, "hasPaymentMethod": true}{ "error": { "code": "invalid_api_key", "message": "The provided API key is invalid or has been revoked." }}