v2

latestOpenAPI 3.0.4Commercial License2026-08-0718678294.5 KB
Account

Get account details

Self-service account summary plus API key inventory for the authenticated user. Returns tier, monthly request limit and usage, trial status, and every API key (token hints only).

get/v1/account

Response

Account and API key inventory

docsstring

Example response

{
  "account": {
    "email": "you@example.com",
    "tier": "developer",
    "request_limit": 10000,
    "usage_this_month": 67
  },
  "api_keys": [
    {
      "token_hint": "a1b2c3d4"
    }
  ],
  "docs": "https://docs.oilpriceapi.com"
}