GET
/v1/locations
curl \
--request GET 'https://api.azav-pilot.de/v1/locations' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": [
{
"id": "<uuid v4>",
"name": "Online"
},
{
"id": "<uuid v4>",
"name": "Online"
}
]
}