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://signin.altostrat.io/userinfo \
--header 'Authorization: Bearer <token>'{
"sub": "<string>",
"name": "<string>",
"given_name": "<string>",
"family_name": "<string>",
"email": "jsmith@example.com",
"email_verified": true,
"picture": "<string>"
}Retrieves the profile of the user associated with the provided access_token. The claims returned are based on the scopes granted during authentication.
curl --request GET \
--url https://signin.altostrat.io/userinfo \
--header 'Authorization: Bearer <token>'{
"sub": "<string>",
"name": "<string>",
"given_name": "<string>",
"family_name": "<string>",
"email": "jsmith@example.com",
"email_verified": true,
"picture": "<string>"
}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.
For API calls to Altostrat's resource servers, provide the access_token in the Authorization header: Authorization: Bearer <token>.
Was this page helpful?