v1

latestOpenAPI 3.1.02026-08-04370473.5 KB

Search

post/Address/AutoComplete

Headers

galaxy-ap-namestring

Access Profile Name

galaxy-ap-passwordstring

Access Profile Password

galaxy-search-typestring

Galaxy Search Type

galaxy-client-session-idstring

Session ID For Logging

galaxy-client-typestring

Required For Javascript Clients

Request body

RAW_BODYstring

Response

200

responseRecordCountinteger
databaseQueryInfoobject[]
searchCriteriaobject[]
totalRequestExecutionTimeMsinteger
requestIdstring
requestTypestring
requestTimestring
isErrorboolean

Example response

{
  "suggestions": [
    {
      "id": "ttPmIX4BADKihnDHWNre",
      "fullAddress": "1821 Q St Merced, CA 95340",
      "fullAddresses": [
        "1821 Q St Merced, CA 95340"
      ],
      "addressLine1": "1821 Q St",
      "addressLine2": "Merced, CA",
      "houseNumber": "1821",
      "streetName": "Q",
      "streetType": "St",
      "city": "Merced",
      "cities": [
        "Merced"
      ],
      "state": "CA",
      "stateName": "California",
      "zipCode": "95340",
      "zip4": "4510",
      "latitude": "37.305573"
    }
  ],
  "responseRecordCount": 5,
  "totalRequestExecutionTimeMs": 433,
  "requestId": "3c1ef105-32e1-4fc7-8165-3860ebbe53a9",
  "requestType": "AddressSearch",
  "requestTime": "2022-06-15T15:54:10.5737534-07:00"
}