Retrieve Physical Address
GET/print-mail/v1/virtual_mailboxes/{id}/address
Retrieves the physical address of the virtual mailbox.
Returns
Retrieve Physical Address
curl https://api.postgrid.com/print-mail/v1/virtual_mailboxes/$ID/address \
-H "X-API-Key: $POSTGRID_PRINT_MAIL_API_KEY"{
"addressLine1": "145 Mulberry st",
"city": "New York",
"provinceOrState": "NY",
"postalOrZip": "10013",
"countryCode": "US"
}Returns Examples
{
"addressLine1": "145 Mulberry st",
"city": "New York",
"provinceOrState": "NY",
"postalOrZip": "10013",
"countryCode": "US"
}