Skip to main content
GET
/
workspaces
Get all workspaces
curl --request GET \
  --url https://kan.bn/api/v1/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "code": "UNAUTHORIZED",
  "message": "Authorization not provided",
  "issues": []
}

Authorizations

Authorization
string
header
required

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

Response

Successful response