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/

Response Fields

These fields describe the response payload from GET /quota/ for this collection-only resource (see the example below and the field descriptions for how values nest in JSON). Boolean values are "t" / "f" strings. Numeric IDs and floats are returned as strings. Nullable fields may be JSON null.

Response Fields
Field NameNullableDescription
quota no Maximum number of API requests allowed for the quota window (JSON may return a number; same key as the parent object name.)
used no Number of API requests already consumed in the current window (Often a string in JSON (e.g. `"91"`).)
next_reset no When the quota resets (GMT)
exceeded no Whether the account has exceeded its API quota for the window ("t"/"f")

Example output

{
    "personid": "424758",
    "status": "OK",
    "code": "200",
    "quota": {
        "quota": "6000",
        "used": "91",
        "next_reset": "2026-05-09 00:00:00",
        "exceeded": "f"
    }
}

Start tracking time today

Join 5,000+ companies spending their time wisely with Intervals.

Try Intervals free