GET
/
site
/
{id}
/
subnets
curl --request GET \
  --url https://api.altostrat.io/site/{id}/subnets \
  --header 'Authorization: Bearer <token>'
[
  {
    "route": "<string>",
    "type": "<string>",
    "interface": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

UUID of the site resource in altostrat.io

Response

200
application/json

Successfully returned subnets for the site

The response is of type object[].