---
title: "Get account information"
method: GET
path: "/v1/accounts/info"
tags: ["Accounts"]
---

# Get account information

`GET /v1/accounts/info`

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.

## Response `200`

Account information for the authenticated team.

- AccountInfoResponse
  - `subscriptionPlan` 'trial' | 'lite' | 'standard' | 'premium' | 'custom' | 'null', nullable, required — The team's subscription plan. "trial" while the team is in trial; "custom" for teams whose plan is not one of the standard tiers.
  - `subscriptionEndDate` string, date-time, nullable, required — When the current subscription (or trial) ends. Null when no end date is set.
  - `promptsUsedCount` integer, required
  - `promptsMaxCount` integer, required
  - `geoAuditUsedCount` integer, required
  - `geoAuditMaxCount` integer, required
  - `apiRequestsUsedCount` integer, required
  - `apiRequestsMaxCount` integer, required
  - `apiRequestsPeriodEnd` string, nullable, required — End of the current Public API billing period (YYYY-MM-DD, UTC). For custom plans this is the first day of the next UTC month, clipped to the subscription end. Null when no usable plan is active.
  - `mcpRequestsUsedCount` integer, required
  - `mcpRequestsMaxCount` integer, nullable, required — Max MCP tool calls per billing period. Null = unlimited (e.g. Enterprise); 0 = MCP disabled.

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Team not found.

---

[API](https://skmtc.net/otterly/apis/otterly-public-api.md) · [All operations](https://skmtc.net/otterly/apis/otterly-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otterly/otterly-public-api/revisions/49f12c5f26c7/schema)
