GET
/
subnet
curl --request GET \
  --url https://api.altostrat.io/eip/subnet \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "a1b2c3d4-e5f6-7890-1234-567890abcdef",
    "network": "198.51.100.0",
    "broadcast": "198.51.100.255",
    "prefix": 24,
    "size": 256,
    "used": 10
  }
]

Authorizations

Authorization
string
header
required

Enter the Bearer token obtained after authentication.

Response

200
application/json

A list of subnets.

The response is of type object[].