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/workflows/authorization \
--header 'Authorization: Bearer <token>'[
{
"id": "auth_2m3h5n7k9j8g7f6e5d4c3b2a1",
"user_id": "usr_2m3h5n7k9j8g7f6e5d4c3b2a1",
"provider": "altostrat",
"status": "active",
"created_at": "2026-04-20T00:00:00Z"
}
]Returns workflow account authorizations available to the authenticated user.
curl --request GET \
--url https://v1.api.altostrat.io/workflows/authorization \
--header 'Authorization: Bearer <token>'[
{
"id": "auth_2m3h5n7k9j8g7f6e5d4c3b2a1",
"user_id": "usr_2m3h5n7k9j8g7f6e5d4c3b2a1",
"provider": "altostrat",
"status": "active",
"created_at": "2026-04-20T00: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.
Standard JWT for user sessions obtained via Altostrat authentication.
Workflow authorizations.
The workflow authorization identifier.
"auth_2m3h5n7k9j8g7f6e5d4c3b2a1"
The user associated with the delegated authorization.
"usr_2m3h5n7k9j8g7f6e5d4c3b2a1"
The authorization provider or account type.
"altostrat"
"active"
"2026-04-20T00:00:00Z"
Was this page helpful?