Skip to main content
POST
/
workspace
curl -X POST "https://config.gms.ensync.cloud/v1/workspace" \
  -H "X-API-KEY: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "production"
  }'
{
  "message": "Workspace created successfully"
}

Body Parameters

name
string
required
Name for the workspace
curl -X POST "https://config.gms.ensync.cloud/v1/workspace" \
  -H "X-API-KEY: your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "production"
  }'
{
  "message": "Workspace created successfully"
}