🔗 Console REST APIOrganization

Get usage date range

Retrieves the available date range for organization usage data

GET
/api/organization/usage/daterange
Authorization<token>

API Key is required to access the endpoints

In: header

Response Body

curl -X GET "https://api-console.apibricks.io/api/organization/usage/daterange"
{
  "minDate": "2019-08-24T14:15:22Z",
  "maxDate": "2019-08-24T14:15:22Z"
}
Service StatusGitHub SDK