Logo
Akamai APIs API Documentation

Invoices

Number of APIs: 3


1. List invoices and credit memos for a contract

GET https://{{host}}/invoicing-api/v4/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/v4/contracts/:contractId/invoices/:invoiceId/download

Returns the content of the selected contract's invoice, credit memo file, or usage data for Cloud Computing services. The downloadable file is available in the response body. The format of the file depends on the value of the Accept header. Available formats are CSV, PDF, and JSON.



3. List invoices and credit memos for an account

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

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



ENDPOINTS