Get workspace details
Returns comprehensive information about the current workspace, including branding settings, features, and configuration. The workspace is the top-level organizational unit in Leadtime that contains all users, projects, tasks, and other entities. This endpoint provides essential workspace metadata such as company name, domain, enabled features, appearance settings (colors, logos), custom icons, sprint configuration, and billing status. User-specific data is excluded from this response and is available via the /users/me endpoint. The attendanceEnabled field is only true if attendance tracking is enabled for the workspace AND the current user is an Employee type. The isBillingLocked field indicates whether the workspace is locked due to past due billing status.
/workspace/detailsAuthorizationOAuth2 access token · headerrequiredapi:readAuthorizationBearer token (JWT) · headerrequiredattendanceEnabledbooleanrequiredIndicates whether attendance tracking (clock in/out) is enabled for the workspace AND the current user is an Employee type. This field is false if attendance is disabled or if the current user is not an Employee.
brandingobjectrequiredWorkspace branding settings including custom brand color. The brandColor field (if set) is a HEX color code that matches the company brand and is used for internal projects in various views of the application.
companyNamestringrequiredCompany or organization name associated with the workspace. This is the display name shown throughout the application.
customIconsstring[]requiredArray of custom icons available in the workspace. Custom icons are user-uploaded images (PNG or SVG) that can be used to visually tag tickets, projects, documents, or other entities. Each icon has a unique name (e.g., ":team_sales:") and an associated image file ID.
domainstringrequiredWorkspace domain/subdomain identifier. Used in workspace URLs and API routing.
featuresstring[]requiredArray of all enabled workspace features. Includes both currently active features and features that are still available but not yet activated. Features define what functionality is available in the workspace.
idstringrequiredUnique identifier for the workspace. Used to reference the workspace in other API endpoints.
isBillingLockedbooleanrequiredIndicates whether the workspace is locked due to past due billing status. When true, certain workspace operations may be restricted until billing issues are resolved.
isHelpdeskEnabledbooleanrequiredIndicates whether the helpdesk feature is enabled for the workspace. When enabled, the workspace can use ticket-based support workflows.
logoDarkThemeUrlobject | nullrequiredPublic URL for the workspace logo image used in dark mode. This logo appears when users have dark theme enabled. Null if no dark theme logo has been uploaded. Recommended format: PNG with transparent background, ideal size 1000x260 pixels.
logoUrlobject | nullrequiredPublic URL for the workspace logo image used in light mode. This logo appears in the top left corner of the workspace above the navigation. Null if no logo has been uploaded. Recommended format: PNG with transparent background, ideal size 1000x260 pixels.
mainWorkspaceColorstringrequiredMain accent color theme for the workspace interface. Options include Default, Black, Red, Pink, Magenta, Green, Blue, Yellow, Purple. This color affects navigation elements, buttons, and active states throughout the application.
DEFAULTBLACKREDROSEMAGENTAGREENBLUESKYYELLOWVIOLETnavigationAnimationsEnabledbooleanrequiredWorkspace default for left-right page navigation animations. Off by default. Individual users can override this in their profile.
sprintPeriodDaysnumberrequiredDuration of sprint/pipeline periods in days. Typically 7 (one week) or 14 (two weeks). Defines the time span for capacity planning in the pipeline view.
sprintStartDaynumberrequiredDay of the week when sprints/pipeline periods start. 1 = Monday, 2 = Tuesday, ..., 7 = Sunday. Used for capacity planning and pipeline views.
workspaceLanguagestringrequiredDefault language code for the workspace (e.g., "en" for English, "de" for German). This setting applies to new users; individual users can override this in their profile settings.
Unauthorized - Invalid or missing authentication token
Forbidden - Insufficient API scopes or permissions
Workspace not found