Skip to main content
The Account API gives you a snapshot of your team configuration and API consumption. Use it to check your current rate limit, monitor how many requests you’ve made this billing cycle, and inspect which products your bearer token has access to.

What the Account API returns

A successful call to GET /v1/account returns a single JSON object. The top-level fields describe your team and overall usage, while the products array breaks down request counts and billing windows for each product associated with your token.

Response fields

Example response

Next steps

To make the request, see GET /v1/account.