Skip to main content
GET
/
v1
/
workspaces
/
{id}
Show workspace
curl --request GET \
  --url https://{defaultHost}/v1/workspaces/{id} \
  --header 'X-Authorization: <api-key>'
{
  "workspace": {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "personal": true,
    "membership": {
      "role": "owner",
      "created_at": "2023-11-07T05:31:56Z"
    },
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "settings": {},
    "is_pro": true,
    "public_signup": true,
    "user_info_requirement": "<string>",
    "logo_url": "<string>"
  }
}

Authorizations

X-Authorization
string
header
required

User Access token

Path Parameters

id
string
required

Workspace ID or slug

Response

successful

workspace
object