Generate a PDF preview of the provided GOBL document.
cURL
curl --request POST \ --url https://api.invopop.com/apps/pdf/v1/preview \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "logo_url": "<string>", "logo_height": 123, "locale": "<string>", "date_format": "<string>", "hide_promo": true, "layout": "A4", "data": {} }'
This response does not have an example.
Use the Bearer scheme with a valid JWT token to authenticate requests. Example: Authorization: Bearer <token>
Bearer
Authorization: Bearer <token>
Successfully generated PDF preview.
The response is of type file.
file
Was this page helpful?