Get account information
Accounts
Get account information
Returns the authenticated team’s subscription plan, end date, and current period usage/limits for prompts, GEO audits, and public API requests.
GET
Get account information
Documentation Index
Fetch the complete documentation index at: https://docs.otterly.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Provide your API key as a Bearer token: Authorization: Bearer YOUR_API_KEY.
Response
Account information for the authenticated team.
The team's subscription plan. "trial" while the team is in trial; "custom" for teams whose plan is not one of the standard tiers.
Available options:
trial, lite, standard, premium, custom, null Example:
"standard"
When the current subscription (or trial) ends. Null when no end date is set.
Example:
"2026-06-19T00:00:00.000Z"
Required range:
x >= 0Example:
142
Required range:
x >= 0Example:
500
Required range:
x >= 0Example:
7
Required range:
x >= 0Example:
25
Required range:
x >= 0Example:
38
Required range:
x >= 0Example:
1500