Skip to main content
GET
/
workspaces
Get all workspaces
curl --request GET \
  --url https://kan.bn/api/v1/workspaces \
  --header 'Authorization: Bearer <token>'
[
  {
    "role": "<string>",
    "workspace": {
      "publicId": "<string>",
      "name": "<string>",
      "description": "<string>",
      "slug": "<string>",
      "weekStartDay": 123,
      "cardPrefix": "<string>",
      "deletedAt": "<string>"
    }
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

role
string
required
workspace
object
required