Skip to main content
GET
/
api
/
v1
/
batch_invoices
/
{id}
/
pdf
Download issued invoice PDF
curl --request GET \
  --url https://app.yofacturo.es/api/v1/batch_invoices/{id}/pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required
Required range: x >= 1

Response

PDF binary for the associated issued invoice

The response is of type file.