LettrLabs API
API ReferenceOrders

Retrieve the PDF proof document for a specified order

Retrieve the PDF proof document for a specified order

GET
/v1/order/{id}/proof/{recipient}

Retrieve the PDF proof document for a specified order

X-API-KEY<token>

In: header

Path Parameters

id*integer

The Id of the order to generate proof.

recipient*|

Recipient Id to substitute mail merge fields.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/order/0/proof/0"
"string"
{  "payload": true,  "errors": [    "string"  ],  "errorDetails": [    null  ],  "warnings": [    "string"  ],  "hasErrors": true,  "hasWarnings": true}
{  "payload": true,  "errors": [    "string"  ],  "errorDetails": [    null  ],  "warnings": [    "string"  ],  "hasErrors": true,  "hasWarnings": true}
{  "payload": true,  "errors": [    "string"  ],  "errorDetails": [    null  ],  "warnings": [    "string"  ],  "hasErrors": true,  "hasWarnings": true}