# Outgoing Invoices ## List all invoices - [GET /outgoing-invoices](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.index.md): Required scopes: outgoing-invoice:read ## List all invoice master plans - [GET /outgoing-invoices/master](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.masterplans.md): Required scopes: outgoing-invoice:read ## Retrieve an invoice master plan - [GET /outgoing-invoices/master/{id}](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.showmaster.md): Required scopes: outgoing-invoice:read ## Retrieve an invoice - [GET /outgoing-invoices/{id}](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.show.md): Required scopes: outgoing-invoice:read ## List all invoice lineItems - [GET /outgoing-invoices/{id}/line-items](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.lineitems.md): Required scopes: outgoing-invoice:read ## Upload a manual invoice - [POST /outgoing-invoices/external](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.createexternal.md): Required scopes: outgoing-invoice:upload Endpoint can be used to upload outgoing invoices not created within Kanbert. Be careful: Invoice Enumeration & consistency is in your responsibility. Make sure not to interfere with the invoice numbering of Kanbert. ## Download invoice PDF - [GET /outgoing-invoices/{id}/pdf](https://developers.kanbert.com/api/outgoing-invoices/outgoinginvoices.pdf.md): Required scopes: outgoing-invoice:read