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
The response is of type object.
object
Was this page helpful?