List All Locations

GET /v1/locations

Responses

  • 200 application/json

    Location Response

    Hide response attribute Show response attribute object
    • data array[object]

      The locations details

      Hide data attributes Show data attributes object
GET /v1/locations
curl \
 -X GET https://api.azav-pilot.de/v1/locations
Response examples (200)
{
  "data": [
    {
      "id": "<uuid v4>",
      "name": "Online"
    },
    {
      "id": "<uuid v4>",
      "name": "Online"
    }
  ]
}