Get Workspaces

get

Get all workspaces for a user

Authorizations
Responses
200
Workspaces
application/json
get
GET /api/v1/workspaces HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "ok": true,
  "items": [
    {
      "id": "text",
      "name": "text"
    }
  ]
}

Last updated