---
title: "Retrieve Physical Address"
method: GET
path: "/print-mail/v1/virtual_mailboxes/{id}/address"
tags: ["Virtual Mailboxes"]
---

# Retrieve Physical Address

`GET /print-mail/v1/virtual_mailboxes/{id}/address`

Retrieves the physical address of the virtual mailbox.

## Path parameters

- `id` string, required

## Response `200`

The request has succeeded.

- MailboxAddress — The address information for a mailbox.
  - `addressLine1` string, required — The address line 1 of the mailbox.
  - `addressLine2` string — The address line 2 of the mailbox.
  - `city` string — The city of the mailbox.
  - `provinceOrState` string — The province or state of the mailbox.
  - `postalOrZip` string — The postal or ZIP code of the mailbox.
  - `countryCode` 'US', required — All of the supported countries for virtual mailboxes.

## Other responses

- `400` — The server could not understand the request due to invalid syntax.
- `401` — Access is unauthorized.
- `404` — The server cannot find the requested resource.
- `422` — Client error
- `429` — Client error
- `500` — Server error

---

[API](https://skmtc.net/postgrid/apis/postgrid-address-verification-api.md) · [All operations](https://skmtc.net/postgrid/apis/postgrid-address-verification-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/postgrid/postgrid-address-verification-api/versions/537d2bbc624a/schema)
