Workspaces
Create Workspace (API Token)
Create a workspace under the API token’s company. Delegates to the same internal logic as /api/company/create-workspace, so the two entry points can never drift.
POST
Create workspace (API token)
Create a new workspace under your API token’s company. This delegates to the
same internal controller used by the company-side
/api/company/create-workspace
endpoint, so both entry points always stay in sync.
API Endpoint
POST/api/v1/global/create-workspace
Base URL: https://www.tryunleashx.com
Authentication: Required (Token header: token or api_access_token)
Request Body
Success Response
Status Code:200 OK
Response Fields
Access Control
The token resolves to a user and a company; the workspace is always created under that company. Creating a workspace also seeds its default settings, adds the creator (and the company owner, if different) as a workspace admin, seeds the creator’s domain whitelist entry, and triggers the sameworkspace_created
notification email as the company-side endpoint.
Errors
Example cURL
Related Operations
- List Workspaces — fetch the newly created
workspace_id

