Intervals API Resource: quota

The base URL for this resource is located at
https://api.myintervals.com/quota/

Use this endpoint to query the number of API requests already consumed for the day, as well as the time (GMT) of the next quota reset. This resource is not bound by the limit of requests per day.

Collection

Allowed HTTP Methods
MethodGroup Access
GETAdministrator, Manager, Resource, Executive

To retrieve the entire list of this resource:

GET /quota/

Example output

{
    "personid": 3665532,
    "status": "OK",
    "code": 200,
    "quota": {
        "quota": 6000,
        "used": 3031,
        "business_day": "2022-01-25 22:10:18",
        "exceeded": "f"
    }
}

Don’t have an Intervals account? Start your own unlimited trial.

No credit card required. No software to install. Cancel any time.

Try it Free