---
title: "Get Address"
method: GET
path: "/addresses/{address_id}"
tags: ["Address"]
---

# Get Address

`GET /addresses/{address_id}`

Get the details of a specific address.

## Path parameters

- `address_id` string, uuid, required — The unique identifier of the address to fetch the details for.

## Response `200`

Response

- V1AddressResponse — Response model for address data. This model defines the complete structure for address-related API responses.
  - `id` string, uuid, required — The ID of the address
  - `primary_number` string, required — The primary number of the address
  - `street_name` string, required — The street name
  - `street_predirection` string, nullable — The street predirection e.g. N 5th St
  - `street_postdirection` string, nullable — The street postdirection e.g. 5th St NW
  - `street_suffix` string, nullable — The street suffix e.g. St, Ave, Blvd, etc.
  - `secondary_number` string, nullable — The secondary number of the address e.g. Apt, Suite, etc.
  - `secondary_designator` string, nullable — The secondary designator of the address e.g. Apartment, Suite etc.
  - `pmb_designator` string, nullable — The Private Mailbox Designator
  - `pmb_number` string, nullable — The Private Mailbox Number
  - `city` string, required — The city name
  - `state` 'AL' | 'AK' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DE' | 'DC' | 'FL' | 'GA' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MI' | 'MN' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY' | 'PR' | 'VI' | 'AE' | 'AA' | 'AP' | 'GU' | 'AS', required
  - `zipcode` string, required — The 5 digit zipcode
  - `plus4_code` string, nullable — The 4 digit zipcode extension
  - `rdi` 'Residential' | 'Commercial'
  - `cmra` boolean, nullable — Whether the address is a Commercial Mail Receiving Agency
  - `deliverable` boolean, nullable — Whether the address is deliverable
  - `latitude` number, required — The latitude of the address
  - `longitude` number, required — The longitude of the address
  - `associated_registered_agents` string[] — All registered agents that have ever been associated with this address
  - `delivery_type` 'FIRM' | 'GENERAL_DELIVERY' | 'HIGH_RISE' | 'POST_OFFICE' | 'RURAL_ROUTE' | 'STREET' — Enum representing the different types of USPS delivery points. Used to classify addresses based on how mail is delivered to them.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/revisions/0cc89938bc26/schema)
