Skip to main content
GET
List Workspaces
Authorization
string
required
The API key for your account. You can find this in your account settings.
Returns every workspace where the authenticated user is either the owner or a member, each hydrated with its member list (names and roles) and its shared applications (name, RAM, language, domain). This is the entry point for building a workspace switcher or dashboard, since it avoids one Get Workspace call per workspace. The response is an empty array for a user with no workspaces, whether that’s because they’re on a plan without workspace access or simply haven’t created or joined one. To create the first one, see Create Workspace.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
response
object
The contents of the response.