Picklist threshold

The threshold for the picklist (a list of suggested addresses) is set to 50, meaning that the first 50 addresses will be returned.

However, for verify-address the results will not be affected by this threshold.

For example, if 100 results are found, then:

  • 50 addresses will be returned with verify-address.

  • 50 addresses will be returned. However, if the skip parameter is set to 50, then the remaining 51-100 addresses will be shown with verify-address.

Informational picklists

If unable to return a search result, Address Validate REST API will return an informational picklist (a list of suggested addresses).

{
  "count": 0,
  "results": [
    {
      "id": "",
      "text": "No matches",
      "grouped": false,
      "url": null
     }
  ]
}
{
  "count": 0,
  "results": [
    {
      "id": "",
      "text": "Search canceled (too many matches)",
      "grouped": false,
      "url": null
     }
  ]
}
{
  "count": 0,
  "results": [
    {
      "id": "",
      "text": "Continue typing",
      "grouped": false,
      "url": null
     }
  ]
}
{
  "prompt": "",
  "verifylevel": "None",
  "count": 0,
  "results": [
    {
      "id": "",
      "text": "No matches",
      "grouped": false,
      "url": null
     }
  ]
}
{
  "prompt": "",
  "count": 0,
  "results": [
    {
      "id": "",
      "text": "Address not recognized",
      "grouped": false,
      "url": null
     }
  ]
}
{
  "prompt": "",
  "count": 0,
  "results": []
}
{
  "prompt": "",
  "verifylevel": "None",
  "count": 0,
  "results": []
}