v1
latestOpenAPI 3.1.12026-07-124448163.2 KBworkspaces
Create a workspace
Creates a new workspace and returns the created workspace.
post/workspaces
Headers
x-client-idstring cuid required
The ID of the client
Example:cmf41ajzv003706un4i99q19z
Request body
Example request
{
"name": "FiBu"
}Response
Workspace created successfully
Example response
{
"id": "cmf41ajzv003706un4i99q19z",
"name": "FiBu",
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z",
"archivedAt": "2021-01-01T00:00:00Z",
"clientId": "cmf41ajzv003706un4i99q19z"
}