Monitor API quota and rate limits

Retrieve your current billing quota and technical rate limit consumption.

This endpoint allows you to monitor your API usage in real-time to prevent service disruptions.

It returns two distinct metrics. The Quota represents your long-term commercial allowance based on your active billing cycle. The Rate Limit represents your short-term technical threshold, measured per minute, enforced to maintain platform stability.

Request

GET /api/v2/team/usage

Response

Code Description Resource
200 OK

A usage response

Usage
401 Unauthorized

You are not logged in

403 Forbidden

This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.

409 Conflict

This favorite already exist

429 Too Many Requests

Maximum quota reached

Explore

Try it out