---
title: "Look up an address"
method: GET
path: "/addresses/lookup"
tags: ["Address lookup"]
---

# Look up an address

`GET /addresses/lookup`

Returns a list of all addresses for a given  UK postcode (5-7 alphanumeric characters).
 You can use this to confirm that an address exists. For example, if you want to check a recipient's
 address for a card delivery.

 By default, this endpoint isn't enabled. If you'd like to use it, please contact us.

## Query parameters

- `postcode` string, required — The postcode to look up addresses for.

## Response `200`

OK

- object
  - `data` object[], required — Array of all matching addresses.
    - `addressLine1` string, required — The first line of the address.
    - `addressLine2` string — The second line of the address.
    - `addressLine3` string — The third line of the address.
    - `city` string, required
    - `postcode` string, required — The postal or ZIP code of the address.
    - `county` string, required

---

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