List All Locations
GET
/v1/locations
curl \
--request GET https://api.azav-pilot.de/v1/locations
Response examples (200)
{
"data": [
{
"id": "<uuid v4>",
"name": "Online"
},
{
"id": "<uuid v4>",
"name": "Online"
}
]
}