---
title: "Get a merchant's address"
method: GET
path: "/v3/merchants/{mId}/address"
tags: ["MERCHANTS"]
---

# Get a merchant's address

`GET /v3/merchants/{mId}/address`

## Path parameters

- `mId` string, required

## Headers

- `User-Agent` string, required

## Response `200`

- object
  - `address1` string — Customer's address, line one.
  - `address2` string — Customer's address, line two.
  - `address3` string — Customer's address, line three.
  - `city` string — Customer's city.
  - `country` string — Customer's country.
  - `state` string — Customer's state.
  - `zip` string — Postal code of the customer's address.

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/versions/08da265101a3/schema)
