v1

latestOpenAPI 3.1.12026-07-267189154.8 KB
Workspaces

Create workspace

Create a new workspace in the company

post/workspaces

Request body

namestring required
slugstring required
timezonestring required

IANA timezone identifier for the workspace (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo')

userIdsstring[]

Example request

{
  "timezone": "America/New_York"
}

Response

OK

idstring uuid required
namestring required
slugstring required
timezonestring nullable required
createdAtstring date-time required