v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Workspaces

Create Workspace

Requires workspaces-write.

post/open/workspaces/create

Request body

namestring required
emojistring

Emoji or icon representing the workspace.

Response

Created

messagestring
workspace_idnumber

Example response

{
  "workspace": {
    "id": 1,
    "name": "My Marketing Team",
    "icon": "🚀"
  }
}