Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/captive/walled-garden/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"id": "f1e2d3c4-b5a6-9876-5432-10fedcba9876",
"name": "Google Authentication Servers",
"type": "captive-auth",
"ip_address": "172.217.16.0/24",
"created_at": "2025-10-27T18:00:00Z"
}
]Retrieves a list of all walled garden entries (allowed pre-authentication destinations) for a specific site.
curl --request GET \
--url https://v1.api.altostrat.io/captive/walled-garden/{siteId} \
--header 'Authorization: Bearer <token>'[
{
"id": "f1e2d3c4-b5a6-9876-5432-10fedcba9876",
"name": "Google Authentication Servers",
"type": "captive-auth",
"ip_address": "172.217.16.0/24",
"created_at": "2025-10-27T18:00:00Z"
}
]Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Provide your token in the 'Authorization' header. Example: Authorization: Bearer <YOUR_TOKEN>
The unique identifier for the site.
"a1b2c3d4-e5f6-a7b8-c9d0-e1f2a3b4c5d6"
A list of walled garden entries.
The unique identifier for the walled garden entry.
"f1e2d3c4-b5a6-9876-5432-10fedcba9876"
A descriptive name for the entry.
"Google Authentication Servers"
The type of service this entry is for.
captive-auth, captive-portal "captive-auth"
The IP address or subnet in CIDR notation that is allowed pre-authentication.
"172.217.16.0/24"
The timestamp when the entry was created.
"2025-10-27T18:00:00Z"
Was this page helpful?