List Address Suggestions
Beta/v1/core/addresses/suggestionsThis endpoint is idempotent. Learn more
Returns address suggestions based on input text.
inputstringPartial address text to generate suggestions for.
session_tokenoptional stringOpaque 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:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of address_suggestionResources in this page.
idstringAddress suggestion ID.
objectstringenumValues:address_suggestionResource type identifier.
descriptionstringFull description of the address.
main_textstringMain text (typically the street address).
secondary_textstringSecondary text (typically city, state, country).
Responses
Successful response for List Address Suggestions