curl --request GET \
--url https://data.800volt.de/public/connect/1/locations \
--header 'Accept-Encoding: gzip' \
--header 'x-api-key: YOUR_API_KEY'
[
{
"id": "YOUR_LOCATION_ID",
"name": "My Location",
"address": {
"zip": "012345",
"city": "City",
"street": "Street",
"country_code": "DEU",
"house_number": "123"
},
"organization_name": "YOUR_ORGANIZATION_NAME",
"organization_id": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"enable_adhoc": true,
"enable_roaming": true,
"parking_type": "PARKING_LOT",
"parking_paid": true,
"public_access": true,
"latitude": 12.345678,
"longitude": 12.345678,
"device_ids": [
"YOUR_DEVICE_ID"
]
}
]