Skip to main content
GET
/
v1
/
workspace
/
all
List Workspaces
curl --request GET \
  --url https://karibu.briq.tz/v1/workspace/all/ \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Key: <x-api-key>'
[
  {
    "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "developer_access": true,
    "description": "<string>"
  }
]

Authorizations

Authorization
string
header
required

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

Headers

X-API-Key
string
required

Response

Successful Response

workspace_id
string<uuid>
required
user_id
string<uuid>
required
name
string
required
created_at
string<date-time>
required
developer_access
boolean
required
description
string | null