Proxy to Google Places API for address suggestions
cURL
curl --request POST \ --url https://admin.aeoliancms.com/api/v1/places/autocomplete \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "input": "<string>", "country": "<string>" } '
{ "suggestions": [ { "placeId": "<string>", "description": "<string>", "matches": [ {} ] } ] }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
3
2-letter country code
Address suggestions
Show child attributes