cURL
curl --request GET \ --url https://app.blinksale.test/api/v1/estimates/{estimateId}/pdf \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "PDF URL retrieved successfully", "data": { "url": "https://app.blinksale.com/storage/pdf/estimates/01jtbm4w5p5wasys3s4s2xmbw4.pdf" } }
Get the PDF download URL for an estimate
Access token obtained from the /v1/auth/login endpoint
The ID of the estimate
PDF URL retrieved successfully
true
"PDF URL retrieved successfully"
Show child attributes