Usage
Post Usage
Returns the Post Usage.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The number of days for which you need usage for.
Required range:
1 <= x <= 90
A comma separated list of Usage fields to display.
Available options:
cap_reset_day
, daily_client_app_usage
, daily_project_usage
, project_cap
, project_id
, project_usage
Example:
[
"cap_reset_day",
"daily_client_app_usage",
"daily_project_usage",
"project_cap",
"project_id",
"project_usage"
]
Response
200
application/json
The request has succeeded.
Usage per client app
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).