Logo
Akamai APIs API Documentation

Download subcustomer geobilling files

GET https://{{host}}/billing/v1/contracts/:contractId/products/:productId/geo-billing-files?day={{day}}&month={{month}}&year={{year}}

Provides details on subcustomer invoicing for each geographic zone within the Akamai network for Akamai Cloud Embed. The downloadable file is available in the response body, formatted as a gzip-compressed CSV. The Param-md5-uncompressed response header provides an MD5 checksum for the uncompressed file. See GEO_ID codes for details on each geographic code. For information on how to interpret SUB_CUST_ID values, see the Cloud Embed - Implementation Guide.

 

Body PARAM

Key Datatype Required Description 
day
string (Required) The day for which you want to see aggregated data. You need to specify corresponding `month` and `year` values.
month
string (Required) The month for which you want to see aggregated data. You need to specify corresponding `year` and `day` values.
year
string (Required) The year for which you want to see aggregated data. You need to specify corresponding `month` and `day` values.
accountSwitchKey
string (Optional) For customers who manage more than one account, this [runs the operation from another account](https://techdocs.akamai.com/developer/docs/manage-many-accounts-with-one-api-client). The Identity and Access Management API provides a [list of available account switch keys](https://techdocs.akamai.com/iam-api/reference/get-client-account-switch-keys).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

Curl
curl -X GET 'https://host/billing/v1/contracts/:contractId/products/:productId/geo-billing-files?day=&month=&year=?day=&month=&year=&accountSwitchKey=' -H 'Accept: application/octet-stream'

ENDPOINTS