v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Workspaces

List Workspaces

Requires workspaces-read.

get/open/workspaces

Response

Successful

idnumber

The unique identifier for the workspace.

namestring

The name of the workspace.

iconstring

The emoji or icon representing the workspace.

settingsobject

General settings for the workspace.

Example response

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