---
title: "Search"
method: POST
path: "/Address/AutoComplete"
---

# Search

`POST /Address/AutoComplete`

## Headers

- `galaxy-ap-name` string
- `galaxy-ap-password` string
- `galaxy-search-type` string
- `galaxy-client-session-id` string
- `galaxy-client-type` string

## Request body

- object
  - `RAW_BODY` string

## Response `200`

200

- object
  - `suggestions` object[]
    - `id` string
    - `fullAddress` string
    - `fullAddresses` string[]
    - `addressLine1` string
    - `addressLine2` string
    - `preDirection` unknown
    - `houseNumber` string
    - `postDirection` unknown
    - `streetName` string
    - `streetType` string
    - `city` string
    - `cities` string[]
    - `alternateCities` object[]
    - `state` string
    - `stateName` string
    - `unitsList` object[]
    - `zipCode` string
    - `zip4` string
    - `latitude` string
    - `longitude` unknown
  - `responseRecordCount` integer
  - `pagination` object
    - `currentPageNumber` integer
    - `resultsPerPage` integer
    - `totalPages` integer
  - `databaseQueryInfo` object[]
  - `searchCriteria` object[]
  - `totalRequestExecutionTimeMs` integer
  - `requestId` string
  - `requestType` string
  - `requestTime` string
  - `isError` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/enformion/apis/enformiongo.md) · [All operations](https://skmtc.dev/enformion/apis/enformiongo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enformion/enformiongo/revisions/424aa9af7fd8/schema)
