---
title: "Address Locator API"
method: GET
path: "/v1/addressLocators"
tags: ["AddressLocators"]
---

# Address Locator API

`GET /v1/addressLocators`

Retrieves address matching ids for use in other services.

## Query parameters

- `searchLevel` string, required
- `unitNumber` string
- `streetNumber` string
- `streetName` string
- `streetType` string
- `suburb` string, required
- `state` string, required
- `postcode` string

## Response `200`

Retrieve address IDs that may be used to query information from other endpoints.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Unexpected error

---

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