🔗 Console REST APIOrganization

Get uninvoiced usage statistics

Retrieves organization usage statistics that have not yet been invoiced

GET
/api/organization/usage/uninvoiced
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/uninvoiced"
[
  {
    "idSkuProduct": "e534c2f2-2d9f-42e7-b667-b88c1400d4e9",
    "idSku": "abbca5a3-94b6-4765-82d8-1cd2bc7ffc0b",
    "productLine": "string",
    "productName": "string",
    "skuName": "string",
    "priceDescription": "string",
    "beginRange": 0,
    "displayUnit": "string",
    "pricePerUnitUsd": 0.1,
    "unitsToDisplayUnit": 0,
    "unitsToPriceUnit": 0,
    "timeStart": "2019-08-24T14:15:22Z",
    "timeEnd": "2019-08-24T14:15:22Z",
    "unitsBillable": 0,
    "unitsInQuota": 0
  }
]
Service StatusGitHub SDK