GET
/
Export
/
invoicePdf
/
{idInvoice}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/Export/invoicePdf/{idInvoice} \
  --header 'requestToken: <api-key>'
{}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

idInvoice
integer
required

Invoice ID

Example:

23548884

Response

200 - application/json
Success

The file returned witht the response is the invoice in PDF format.