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/notifications/topics \
--header 'Authorization: Bearer <token>'[
{
"id": "top_9cffb446-18a5-445a-948c-e6f1d98930af",
"name": "WAN Failover",
"slug": "wan-failover"
}
]Retrieves a list of all available notification topics. These are the event categories that notification groups can subscribe to.
curl --request GET \
--url https://v1.api.altostrat.io/notifications/topics \
--header 'Authorization: Bearer <token>'[
{
"id": "top_9cffb446-18a5-445a-948c-e6f1d98930af",
"name": "WAN Failover",
"slug": "wan-failover"
}
]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.
Altostrat uses OAuth2 for authentication. Tokens can be obtained from the Altostrat Authentication API.
A list of available notification topics.
Was this page helpful?