Get Return Envelope
GET/print-mail/v1/return_envelopes/{id}
Gets the information for a return envelope by id. This should be a
unique identifying string starting with return_envelope_.
Get Return Envelope
curl https://api.postgrid.com/print-mail/v1/return_envelopes/$ID \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"id": "return_envelope_7mhJUt25TnagyYzy1N81SJ",
"object": "return_envelope",
"live": false,
"available": 0,
"to": {
"id": "contact_pxd7wnnD1xY6H6etKNvjb4",
"companyName": "PostGrid",
"addressLine1": "90 CANAL ST STE 600",
"city": "BOSTON",
"provinceOrState": "MA",
"postalOrZip": "90210-1234",
"countryCode": "US",
"addressStatus": "verified"
},
"createdAt": "2021-12-16T03:06:17.419Z",
"updatedAt": "2021-12-16T03:06:17.419Z"
}Returns Examples
{
"id": "return_envelope_7mhJUt25TnagyYzy1N81SJ",
"object": "return_envelope",
"live": false,
"available": 0,
"to": {
"id": "contact_pxd7wnnD1xY6H6etKNvjb4",
"companyName": "PostGrid",
"addressLine1": "90 CANAL ST STE 600",
"city": "BOSTON",
"provinceOrState": "MA",
"postalOrZip": "90210-1234",
"countryCode": "US",
"addressStatus": "verified"
},
"createdAt": "2021-12-16T03:06:17.419Z",
"updatedAt": "2021-12-16T03:06:17.419Z"
}