메인 콘텐츠로 건너뛰기
GET
/
v1
/
external
/
workspaces
List Workspaces
curl --request GET \
  --url https://api.tiro.ooo/v1/external/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "workspaces": [
    {
      "guid": "ws_abc123",
      "name": "Acme Corp",
      "isWikiEnabled": true
    },
    {
      "guid": "ws_def456",
      "name": "Personal",
      "isWikiEnabled": false
    }
  ]
}

인증

Authorization
string
header
필수

API key in format {id}.{secret}

응답

List of accessible workspaces

workspaces
object[]
필수

List of accessible workspaces