Get Or Create Workspace
workspaces
Get Or Create Workspace
Get a Workspace by ID.
If workspace_id is provided as a query parameter, it uses that (must match JWT workspace_id). Otherwise, it uses the workspace_id from the JWT.
POST
Get Or Create Workspace
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Workspace creation parameters
Required string length:
1 - 100Pattern:
^[a-zA-Z0-9_-]+$The set of options that can be in a workspace DB-level configuration dictionary.
All fields are optional. Session-level configuration overrides workspace-level configuration, which overrides global configuration.