Přejít na hlavní obsah
GET
/
invoices
/
{invoice}
/
pdf
Stiahnuť faktúru ako pdf
curl --request GET \
  --url https://app.fintoro.sk/api/public/v1/invoices/{invoice}/pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Autorizace

Authorization
string
header
povinné

Bearer token vytvorený pre konkrétnu firmu v Integrácie → API.

Parametry cesty

invoice
integer
povinné

ID faktúry.

Příklad:

301

Odpověď

PDF export faktúry.

The response is of type file.