List Address Suggestions

Beta
GET/v1/core/addresses/suggestions

This endpoint is idempotent. Learn more

Returns address suggestions based on input text.

inputstring

Partial address text to generate suggestions for.

session_tokenoptional string

Opaque token that groups a series of related autocomplete requests into a single session.

Reuse the same token for each keystroke of one address entry.

objectstringenumValues:list

Resource type identifier.

page_infoobject

Pagination metadata.

next_page_urlstringnullable

Relative URL that fetches the next page of results.

null when the last page has been reached.

previous_page_urlstringnullable

Relative URL that fetches the previous page of results.

null while on the first page.

has_next_pageboolean

Whether more results exist after this page.

has_prev_pageboolean

Whether results exist before this page.

dataarray of address_suggestion

Resources in this page.

idstring

Address suggestion ID.

objectstringenumValues:address_suggestion

Resource type identifier.

descriptionstring

Full description of the address.

main_textstring

Main text (typically the street address).

secondary_textstring

Secondary text (typically city, state, country).

Responses

200

Successful response for List Address Suggestions