Autocomplete Address

View as Markdown

Returns Google Places autocomplete predictions for the given query. Requires a valid session token issued via POST /helpers/autocomplete/sessions.

Headers

{{tenant_key_name}}stringOptional

Query parameters

qstringOptional

Required: Partial address text the user is typing - min 2 chars, max 255 - “123 Main”

session_tokenstringOptional

Required: JWT from POST /helpers/autocomplete/sessions; reuse the same token across every keystroke and the final place-details call so Google bills the chain as one session

countrystringOptional

Optional: ISO 3166-1 alpha-2 country code to bias results - “US” or “CA”

Response

Successful response