Create Workspace

A partner, using a token signed by their clientId and clientSecret, can call this method to create a workspace inside of an organization inside of Boosted. Organizations can have arbitrary numbers of workspaces, where a workspace is defined as a consistent set of data entitlements for users inside of the workspace.

Authentication

Authorizationstring

Enter your JWT Token here in the format: Bearer {token}

Request

New Workspace Request
org_idstringRequired
entitlementslist of objectsOptional
external_workspace_idstringOptional
namestringOptional

Response

Created
messagestring
successboolean
workspaceobject

Errors

400
Bad Request Error
403
Forbidden Error
409
Conflict Error
422
Unprocessable Entity Error