GET
/
invoices
/
{id}
/
pdf
Download invoice PDF
curl --request GET \
  --url https://api.contazen.ro/v1/invoices/{id}/pdf \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Use your API key (sk_live_xxx or sk_test_xxx)

Path Parameters

id
string
required

Invoice CzUid

Query Parameters

mode
enum<string>
default:download

Response mode - direct download or URL

Available options:
download,
url

Response

PDF file or URL

The response is of type file.