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/organizations/{id}/branding{
"name": "ACME Corporation",
"picture": "https://cdn.altostrat.io/logos/acme.png",
"branding": {
"display_name": "ACME Corp",
"login_hint": "acme-corp",
"colors": {
"primary": "#FF5733",
"page_background": "#FFFFFF"
}
}
}Retrieves the public branding information for an organization, such as its display name, logo, and theme colors. You can use either the organization’s primary ID (org_...) or its external UUID as the identifier. This is a public, unauthenticated endpoint.
curl --request GET \
--url https://v1.api.altostrat.io/organizations/{id}/branding{
"name": "ACME Corporation",
"picture": "https://cdn.altostrat.io/logos/acme.png",
"branding": {
"display_name": "ACME Corp",
"login_hint": "acme-corp",
"colors": {
"primary": "#FF5733",
"page_background": "#FFFFFF"
}
}
}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.
The ID (org_...) or external UUID of the organization.
Was this page helpful?