Skip to main content
GET
Get usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

days
integer<int32>
default:7

The number of days for which you need usage for.

Required range: 1 <= x <= 90
usage.fields
enum<string>[]

A comma separated list of Usage fields to display. The fields available for a Usage object.

Minimum array length: 1
Available options:
cap_reset_day,
daily_client_app_usage,
daily_project_usage,
project_cap,
project_id,
project_usage
Example:

Response

The request has succeeded.

data
object

Usage per client app

errors
object[]
Minimum array length: 1

An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).