GET
/
organizations
/
{organizationId}
/
workspaces
curl --request GET \
  --url https://partner.peaka.studio/api/v1/organizations/{organizationId}/workspaces
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "description": "<string>",
    "createdAt": "<string>",
    "defaultWorkspace": true
  }
]

Path Parameters

organizationId
string
required

Response

200 - */*
OK
id
string

The unique identifier of the workspace

name
string

The name of the workspace

createdBy
string

The unique identifier of the user who created the workspace

organizationId
string

The unique identifier of the organization to which the workspace belongs

description
string

Descriptive text about the workspace

createdAt
string

The date and time the workspace was created

defaultWorkspace
boolean

Whether the workspace is the default workspace for the organization.

This is a backward compatibility field in order to create projects in the default workspace if the workspace is not specified.