Key Lookup Request Fields - 23.1

Spectrum Global Geocoding Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Geo Addressing > Global Geocoding
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Global Geocoding Guide
Copyright
2023
First publish date
2007
Last updated
2024-09-10
Published on
2024-09-10T01:25:02.872726
Parameter Description

country

Code or standardized name for the country.

key

A unique identifier for the address.

type

The type of key for a lookup.

PB_KEY for USA data.

To create a key lookup in your application, follow this snippet.

 {
 "keys": [
    {
      "value": "P0000GL638OL",
      "country": "USA"
    }
  ],
  "type": "PB_KEY",
  "preferences": {
    "returnAllCandidateInfo": true
  }
}