cURL
curl --request POST \ --url https://api.altera.co/sales/pdfUrl \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "invoiceId": 123 } '
{ "result": "OK", "data": "<string>" }
Requests a PDF copy of selected invoice A pre-signed URL, valid for up to 10 minutes will be generated that allows the user to download the file
OpenApi Key created within Altera.app for a certain company
OK
"OK"
Pre-signed url to download invoice PDF copy
Was this page helpful?