Extract address components from a Google Place ID
cURL
curl --request POST \ --url https://admin.aeoliancms.com/api/v1/places/details \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "placeId": "<string>" } '
{ "address1": "<string>", "city": "<string>", "state": "<string>", "postalCode": "<string>", "country": "<string>" }
API key in format ak_<48-hex-chars>
ak_<48-hex-chars>
Parsed address components