HomeGuidesAPI ReferenceChangelog
Log In
API Reference

Get Organization Usage

Retrieve month-to-date API usage statistics for your organization.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Use this endpoint to retrieve month-to-date API usage statistics for your organization.

When to use this endpoint

Use GET /rest/v1/orgs/usage when you need to:

  • Monitor month-to-date API usage for your organization.
  • Retrieve usage data for alerting, reporting, or internal dashboards.
  • Include aggregate usage, child organization usage, or accessed master tariff IDs.
  • Filter usage data by year and month.

Usage values are updated daily at midnight UTC. To build daily usage history, call this endpoint daily and store the returned values.

Common filters

ParameterTypeDescription
populateAggregateUsagebooleanIncludes aggregate usage data in the response.
populateChildOrgsbooleanIncludes usage data for child organizations.
populateMasterTariffIdsbooleanIncludes master tariff IDs accessed during the usage period.
startYearMonthdateTimeStarts the usage date range. Only the year and month are applied.
endYearMonthdateTimeEnds the usage date range. Only the year and month are applied.

Related endpoints

Query Params
boolean
Defaults to false

Boolean flag to indicate whether to include aggregate usage data in the response.

boolean
Defaults to false

Boolean flag to determine if usage data for child organizations should be included.

boolean
Defaults to false

Boolean flag to specify whether to include master tariff IDs in the response.

date

Date flag to filter usage to a specific range at a monthly granularity. ISO formatting. Used in combination with endYearMonth.

date

Date flag to filter usage to a specific range at a monthly granularity. ISO formatting. Used in combination with startYearMonth.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json