Retrieves a list of all subnets configured for the authenticated customer/user.
cURL
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 } ]
Enter the Bearer token obtained after authentication.
A list of subnets.
The response is of type object[].
object[]
Was this page helpful?