Skip to main content
GET
Get address details
Resolves a place_id returned by address suggestions to a full formatted address and coordinates. Use the same session_token as the suggestion requests that produced the place_id; this call ends the autocomplete session.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

Query Parameters

place_id
string
required

The Google Maps place ID from an address suggestion.

session_token
string
required

An opaque session token generated by the client (e.g. a UUID). Use the same token for all autocomplete requests in one address-entry session and the final address details request, then discard it. Groups the requests into a single billed session.

Response

200 - application/json

Address details retrieved successfully.

data
object
required