Skip to main content
GET
/
config
/
locations
List Locations
curl --request GET \
  --url https://api.tenbytecloud.com/v1/config/locations \
  --header 'apikey: <api-key>'
[
  {
    "display_name": "Cycletown",
    "is_default": true,
    "is_preferred": false,
    "description": "The original location",
    "order_nr": 1,
    "slug": "cyc01",
    "country_code": "est"
  },
  {
    "display_name": "Busburg",
    "is_default": false,
    "is_preferred": true,
    "description": "Secondary location",
    "order_nr": 2,
    "slug": "bus02",
    "country_code": "est"
  }
]

Authorizations

apikey
string
header
required

Response

200 - application/json

List of locations