Skip to main content
GET
/
network
/
networks
List Networks
curl --request GET \
  --url https://api.tenbytecloud.com/v1/network/networks \
  --header 'apikey: <api-key>'
[
  {
    "name": "Private network B",
    "uuid": "4e5eadd3-8b11-4c34-812a-2cf97120b628",
    "is_default": false
  },
  {
    "name": "Privat network - default",
    "uuid": "2e8cd389-27fe-45ce-a63d-d536068659e5",
    "is_default": true
  }
]

Authorizations

apikey
string
header
required

Response

200 - application/json

List of networks