v1
latestOpenAPI 3.0.02026-07-222980136.7 KBAccounts
Get account information
Returns the authenticated team's subscription plan, end date, and current period usage/limits for prompts, GEO audits, public API requests, and MCP tool calls.
get/v1/accounts/info
Response
Account information for the authenticated team.
Example response
{
"subscriptionPlan": "standard",
"subscriptionEndDate": "2026-06-19T00:00:00.000Z",
"promptsUsedCount": 142,
"promptsMaxCount": 500,
"geoAuditUsedCount": 7,
"geoAuditMaxCount": 25,
"apiRequestsUsedCount": 38,
"apiRequestsMaxCount": 1500,
"apiRequestsPeriodEnd": "2026-06-01",
"mcpRequestsUsedCount": 12,
"mcpRequestsMaxCount": 2000
}