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}}



2. Download an invoice or a credit memo file

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



3. List invoices and credit memos for an account

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



ENDPOINTS