Skip to main content
GET
/
v1
/
estimates
/
{estimateId}
/
pdf
Get estimate PDF
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"
  }
}

Authorizations

Authorization
string
header
required

Access token obtained from the /v1/auth/login endpoint

Path Parameters

estimateId
string<uuid>
required

The ID of the estimate

Response

PDF URL retrieved successfully

success
boolean
Example:

true

message
string
Example:

"PDF URL retrieved successfully"

data
object