Skip to main content
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

object
required
string
required
External workspace ID from your source system
string
required
Workspace name
boolean
Whether the workspace is active (default: true)
string
Workspace description

Known Errors

  • ValidationError — Missing required fields
  • DuplicateExternalIdError — A workspace with this external ID already exists