List Address Suggestions

Beta
GET/v1/core/addresses/suggestions

This endpoint is idempotent. Learn more

Returns address suggestions based on input text.

inputstring

Autocomplete input text.

session_tokenoptional string

Session token for grouping autocomplete requests.

objectstringenumValues:list

Resource type identifier.

page_infoobject

Pagination metadata.

next_page_urlstringnullable

URL to fetch the next page, null if no more pages.

previous_page_urlstringnullable

URL to fetch the previous page, null if 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 object

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