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 POST \ --url https://v1.api.altostrat.io/workflows/authorization \ --header 'Authorization: Bearer <token>'
{ "url": "<string>" }
Creates an authorization flow URL that lets a workflow act on behalf of the current user.
Standard JWT for user sessions obtained via Altostrat authentication.
An authorization URL.
Was this page helpful?