Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.blinksale.test/api/v1/invoices/{invoiceId}/pdf \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "PDF URL retrieved successfully", "data": { "url": "https://app.blinksale.com/storage/pdf/invoices/01jtdvk0x6b15czqzggns2nvf1.pdf" } }
Get the PDF download URL for an invoice
Access token obtained from the /v1/auth/login endpoint
The ID of the invoice
PDF URL retrieved successfully
true
"PDF URL retrieved successfully"
Show child attributes