Logo
Akamai APIs API Documentation

Usage by contract and product

Number of APIs: 4


1. List monthly usage summary per contract and product

GET https://{{host}}/billing/v1/contracts/:contractId/products/:productId/usage/monthly-summary?start={{start}}&end={{end}}

Returns monthly usage summary details of the specified contract and product for the selected time frame. If you have products that are billed geographically, you can see monthly usage statistics by region.



2. List usage products per contract

GET https://{{host}}/billing/v1/contracts/:contractId/products?start={{start}}&end={{end}}

Returns IDs and names of the billable usage products for the specified contract and the selected time frame. If you have products that are billed geographically, you can see monthly usage statistics by region.



3. List monthly usage summary per CP code

GET https://{{host}}/billing/v1/contracts/:contractId/products/:productId/usage/by-cp-code/monthly-summary?start={{start}}&end={{end}}

Returns monthly usage summary details of the specified contract and product per CP code for the selected time frame. If you have products that are billed geographically, you can see monthly usage statistics by region.



4. List cumulative daily usage per contract and product

GET https://{{host}}/billing/v1/contracts/:contractId/products/:productId/usage/daily?month={{month}}

Returns cumulative daily usage details of the specified contract and product for the selected month. If you have products that are billed geographically, you can see monthly usage statistics by region.



ENDPOINTS