---
title: "Get Address"
method: GET
path: "/business/v2/addresses/{addressId}"
tags: ["Addresses"]
---

# Get Address

`GET /business/v2/addresses/{addressId}`

Endpoint to get an `Address` by ID.

## Path parameters

- `addressId` string, required — The `Address` ID.

## Response `200`

The returned resource is a single `Address`.

- Address
  - `id` string — The `Address` ID.
  - `recipient` string — The recipient of the `Address`
  - `name` string — The actual name of the `Address`.
  - `line1` string — The `Address` street.
  - `line2` string — An optional other street.
  - `country` string — The country of the `Address`.
  - `county` string — The county of the `Address`.
  - `city` string — The city of the `Address`.
  - `post_code` string — The postal code of the `Address`.
  - `delivery_phone_number` string — Delivery phone number
  - `default_shipping` boolean — True if the `Address` is the default shipping address.
  - `type` string — The type of the `Address`.
  - `category` 'USER' | 'COMPANY'
  - `user_id` string — The `User` ID, only if category of the `Address` is `USER`.
  - `creation_time` string — The date and time when the `Address` was created.
  - `last_update` string — The date and time when the `Address` was last updated.

## Other responses

- `400` — Your request has missing arguments or is malformed.

---

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