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
curl --request GET \ --url https://v1.api.altostrat.io/api/routers \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>" } ]
Lists routers that the authenticated API key or user can access through the developer API.
Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>
Authorization
Authorization: Bearer <YOUR_JWT>
Accessible routers.
Was this page helpful?