Skip to main content
POST
/
noCo
/
api
/
v2
/
workspaces
Create Workspace
curl --request POST \
  --url https://be.datagol.ai/noCo/api/v2/workspaces \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "sample demo workspace",
  "description": ""
}
'

Authorizations

Authorization
string
header
required

This API uses OAuth 2.0 with the authorization code grant flow.

Body

application/json
name
string
required
description
string

Response

200

create Workspace