v1

latestOpenAPI 3.1.02026-07-241210356.3 KB
Reports - Transactions

Get Documents By Transaction UID

post/Invoice/GetDocuments

Headers

api-keystring required

API Key

secret-keystring required

Secret Key

Request body

transaction_uidstring

Response

200

Example response

{
  "invoices": [
    {
      "status": "success",
      "type": "Invoice Receipt",
      "date": "16/02/2021 11:21",
      "original_doc_url": "https://sandbox.d.greeninvoice.co.il/api/v1/documents/download?d=zAZeHKAQCb1DZkQ0yMWPfXbz827r92nIwjXCJh81%2BctUkp%2BrGSXhgSfFVWocDFCQ%2Fw5jkejpwalFJa9VOErmNCQMfSvt2wieVk7QK925B%2BhRpG2PKb9Gvw1CWYgYc4Ot7vEjVC%2F3tAudPk9wUlQ8pkWBiSJRsK35",
      "copy_doc_url": "https://sandbox.d.greeninvoice.co.il/api/v1/documents/download?d=zAZeHKAQCb1AZkQ0yMWPfXbz827r92nIwjXCJh81%2BctUkp%2BrGSXhgSfFVWocDFCQ%2Fw5jkejpwalFJa9VOErmNCQMfSvt2wieVk7QK925B%2BhRpG2PKb9Gvw1CWYgYc4Ot7vEjVC%2F3tAudPk9wUlQ8pkWBiSRUvKv5"
    }
  ]
}