---
title: "list the addresses in the user's account"
method: POST
path: "/profile/recipientsList"
tags: ["address"]
---

# list the addresses in the user's account

`POST /profile/recipientsList`

## Request body

- object
  - `uid` string — authorized UID of the session.

## Response `200`

successful operation

- RecipientAddress[]
  - `id` integer — the internal id of the address at Handwrytten
  - `name` string — the name on the address
  - `business_name` string — the optional business name on the address
  - `address1` string — the first line of the address
  - `address2` string — the second (optional) line of the address
  - `city` string — the city of the address
  - `state` string — the abbreviated state or province of the address
  - `zip` string — the zip or postal code of the address
  - `country` string — the name of the country of the address

---

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