Return Envelopes
You can use the return envelopes API to create and manage return envelopes. These are envelopes that are sent along with your mail (if specified) and allow your recipients to send mail to a particular address without having to purchase their own envelopes/stamps.
Note that you must order return envelopes and wait for the order to be filled before you can use them. You can manage these return envelope orders via the API as well as the dashboard.
Create Return Envelope
List Return Envelopes
Get Return Envelope
ModelsExpand Collapse
ReturnEnvelope object { id, available, createdAt, 6 more }
The number of return envelopes available to use in your orders immediately. This increases when a return envelope order is filled and decreases as you send orders which include this return envelope.
to: object { id, addressLine1, addressStatus, 17 more } The contact denormalized onto a return envelope when it is created. Unlike
a full contact it is not a standalone resource, so it has no object,
live, createdAt, or updatedAt fields.
The contact denormalized onto a return envelope when it is created. Unlike
a full contact it is not a standalone resource, so it has no object,
live, createdAt, or updatedAt fields.
A series of human-readable errors/warnings that were raised when running the provided address through our address verification.
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.
Return EnvelopesOrders
You can use the return envelopes API to create and manage return envelopes.
These are envelopes that are sent along with your mail (if specified) and
allow your recipients to send mail to a particular address without having to
purchase their own envelopes/stamps.
Note that you must order return envelopes and wait for the order to be
filled before you can use them. You can manage these return envelope orders
via the API as well as the dashboard.
You can use the return envelopes API to create and manage return envelopes. These are envelopes that are sent along with your mail (if specified) and allow your recipients to send mail to a particular address without having to purchase their own envelopes/stamps.
Note that you must order return envelopes and wait for the order to be filled before you can use them. You can manage these return envelope orders via the API as well as the dashboard.
Create Return Envelope Order
List Return Envelope Orders
Get Return Envelope Order
Fill Test Return Envelope Order
Cancel Return Envelope Order
ModelsExpand Collapse
ReturnEnvelopeOrder object { id, createdAt, live, 8 more }
The quantity of return envelopes ordered. Minimum 5000.
The ID of the return envelope that this order replenishes. Expanded
into the full return envelope object on the individual order retrieval
and cancellation endpoints when expand[]=returnEnvelope is supplied.
The ID of the return envelope that this order replenishes. Expanded
into the full return envelope object on the individual order retrieval
and cancellation endpoints when expand[]=returnEnvelope is supplied.
ReturnEnvelope object { id, available, createdAt, 6 more }
The number of return envelopes available to use in your orders immediately. This increases when a return envelope order is filled and decreases as you send orders which include this return envelope.
to: object { id, addressLine1, addressStatus, 17 more } The contact denormalized onto a return envelope when it is created. Unlike
a full contact it is not a standalone resource, so it has no object,
live, createdAt, or updatedAt fields.
The contact denormalized onto a return envelope when it is created. Unlike
a full contact it is not a standalone resource, so it has no object,
live, createdAt, or updatedAt fields.
A series of human-readable errors/warnings that were raised when running the provided address through our address verification.
An optional string describing this resource. Will be visible in the API and the dashboard.
If true, PostGrid will force this contact to have an addressStatus of verified even if our address verification system says otherwise.