Get organization information
Returns detailed information about the authenticated organization. Supports both API key authentication (X-API-Key header) and session authentication (cookies + X-Organization-Id header).
Documentation Index
Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Headers
Organization ID (required for session auth, optional for API key auth)
Response
Organization information retrieved successfully
The organization ID
"org_abc123def456"
Organization name
"Acme Corporation"
Organization slug
"acme-corp"
Organization logo URL
"https://example.com/logo.png"
Additional metadata in JSON format
"{\"theme\": \"dark\", \"preferences\": {}}"
Organization website URL
"https://acme-corp.com"
Whether onboarding is completed
true
Whether organization has access to the platform
true
FleetDM label ID for device management
123
Whether FleetDM setup is completed
false
Organization primary color in hex format
"#3B82F6"
When the organization was created
How the request was authenticated
api-key, session 
