Skip to main content
POST
/
places
/
details
Get place details
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>"
}

Authorizations

Authorization
string
header
required

API key in format ak_<48-hex-chars>

Body

application/json
placeId
string
required

Response

Parsed address components

address1
string
city
string
state
string
postalCode
string
country
string