Get current user
Account
Get current user
Identity + remaining budgets + credit balance + subscription state in one call
GET
Get current user
The canonical “what can I do right now” endpoint. Verifies your API key AND surfaces every budget the UI needs to render paywall hints.
Request
Response
Response fields
| Field | Type | Description |
|---|---|---|
name | string | User’s display name |
email | string | User’s email |
subscriptionStatus | enum | active, trialing, free_user, past_due, etc. |
isFreeTier | boolean | Convenience flag |
accounts[] | array | Per-account budgets |
accounts[].monthlyRetest | object | Re-test budget for this account, this billing period |
accounts[].dailySync | object | Daily sync slot count for this account |
credits | object | Team credit balance for enrichment |
totals | object | Sum-across-accounts rollup |