v1

latestOpenAPI 3.0.32026-07-268955212.1 KB
invoices

Get an attachment

Retrieve the information of the attachment with the matching attachmentId.

Scope: invoices:read

get/companies/{companyId}/invoices/{invoiceId}/attachments/{attachmentId}

Response

Attachment found

idstring uuid
invoiceIdstring uuid
fileNamestring

Example response

{
  "id": "240a4af0-edfd-47b1-b4ab-f30450eaac19",
  "invoiceId": "a419cf69-db6f-4de9-992c-b1a60942a443",
  "fileName": "myfile.pdf"
}