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
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"
}