Logo
Akamai APIs API Documentation

Invoices

Number of APIs: 3


1. List invoices and credit memos for a contract

GET https://{{host}}/invoicing-api/v3/contracts/:contractId/invoices?month={{month}}

Returns invoices and credit memos for the specified contract and the selected month.



2. Download an invoice or a credit memo file

GET https://{{host}}/invoicing-api/v3/contracts/:contractId/invoices/:invoiceId/download?fileFormat={{fileFormat}}

Returns the content of the selected contract's invoice or credit memo file. The downloadable file is available in the response body. The Content-Type depends on the format of the file you're downloading.



3. List invoices and credit memos for an account

GET https://{{host}}/invoicing-api/v3/invoices?month={{month}}

Returns invoices and credit memos for the current account and the selected month.



ENDPOINTS