Skip to main content
GET
cURL
A default workspace is created for each user when they sign up via the web app.

Authorizations

Authorization
string
header
required

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

Response

List of workspaces.

id
integer
name
string
description
string
address
string
accent_color
string

A hexadecimal color code used to color the workspace's UI.

plan
string

The plan of the workspace. This is used to determine the features available to the workspace.

created_by
integer
user_count
integer
created_at
string<date-time>
updated_at
string<date-time>
deleted_at
string<date-time> | null