Workspaces
Create Workspace
Creates a new workspace in your COR instance with external ID mapping
POST
Creates a new workspace in your COR instance through the integrations service. Validates workspace name, ID, and active status before creating.
Request Body Requirements
External workspace ID from your source system
Workspace name
Whether the workspace is active (default: true)
Workspace description
Known Errors
ValidationError— Missing required fieldsDuplicateExternalIdError— A workspace with this external ID already exists

