Skip to content
Dsposal
Billing & API

Monitor API Usage

Track your API request counts, rate limits, and usage trends over time

2 min readUpdated 2026-04-02

The API Usage page gives you a clear picture of how your organisation is consuming its API allocation. You can track request counts, monitor rate limits, and view daily usage trends to plan for growth.

Viewing usage metrics

Navigate to API Keys and then Usage

In the Account app, select your organisation and click API Keys in the sidebar. From there, navigate to the Usage tab (or page) to see your usage metrics.

Screenshot
The API Usage page showing usage cards for each scope and a daily usage chart
The API Usage page shows your consumption at a glance

Review usage cards per scope

Each API scope you're subscribed to gets its own usage card showing:

  • Current usage -- the number of requests made in the current billing period
  • Limit -- the maximum number of requests allowed
  • Progress bar -- a visual indicator of how much of your allocation you've used
  • Percentage used -- the exact percentage of your limit consumed
  • Rate limit -- the maximum number of requests allowed per minute
Screenshot
Usage cards showing current request counts, limits, and progress bars for each API scope
Each scope displays its usage with a colour-coded progress bar

The progress bar changes colour based on your usage level:

  • Blue/green -- under 75% used, healthy usage
  • Amber -- between 75% and 90% used, approaching your limit
  • Red -- over 90% used, close to or at your limit

Reading the daily usage chart

Below the usage cards, a Daily Usage bar chart shows your request volume over the last 30 days. Each bar represents one day's total requests.

Screenshot
A bar chart showing daily API request counts over the last 30 days
Track your daily usage patterns over the last 30 days

Hover over any bar to see the exact date and request count for that day. The chart shows the date range at the bottom for reference.

Understanding rate limits

Each API scope has a per-minute rate limit displayed on the usage card. This limits how many requests can be made in a single minute, regardless of your monthly allocation.

If your application exceeds the rate limit, the API will return an error response. To avoid this:

  • Implement exponential backoff in your API client
  • Cache responses where possible to reduce request volume
  • Spread requests evenly rather than sending bursts

Planning for growth

If you notice your usage consistently approaching your plan limits, you have two options:

  1. Purchase an API add-on to increase your allocation for a specific scope
  2. Upgrade your plan if you need higher limits across multiple features

Monitoring your usage regularly helps you anticipate when an upgrade is needed and avoid unexpected service disruptions.

Keep moving

Next steps

Explore further

Related Guides