---
title: "gets the user's return address information"
method: POST
path: "/profile/address"
tags: ["profile"]
---

# gets the user's return address information

`POST /profile/address`

## Request body

- object
  - `uid` string — authorized UID of the session. By providing this, the card list will include user-specific cards.

## Response `200`

successful operation

- object
  - `status` string
  - `response` Address
    - `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.dev/swaggerhub/apis/handwrytten-api.md) · [All operations](https://skmtc.dev/swaggerhub/apis/handwrytten-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/handwrytten-api/revisions/45e7c951cdd6/schema)
