Skip to content

Stable API tag

workspaces

Workspace scoping

2 paths · 4 operations

/v1/workspaces

get

List workspaces in the resolved tenant

Operation ID
listWorkspaces
Authentication
Bearer token
Request body
None
Parameters
NameInRequiredType
X-Olivares-Tenantheadernostring · uuid
limitquerynointeger
cursorquerynostring

Response codes

200 · 400 · 401 · 403 · 404 · 409 · 429

post

Create a workspace (tenant admin, AAL3 step-up)

Operation ID
createWorkspace
Authentication
Bearer token
Request body
Present · required
Parameters
NameInRequiredType
X-Olivares-Tenantheadernostring · uuid

Response codes

201 · 400 · 401 · 403 · 404 · 409 · 429

/v1/workspaces/{id}

get

Get a workspace by ID

Operation ID
getWorkspace
Authentication
Bearer token
Request body
None
Parameters
NameInRequiredType
idpathyesstring · uuid
X-Olivares-Tenantheadernostring · uuid

Response codes

200 · 400 · 401 · 403 · 404 · 409 · 429

patch

Update a workspace

Operation ID
updateWorkspace
Authentication
Bearer token
Request body
Present · required
Parameters
NameInRequiredType
idpathyesstring · uuid
X-Olivares-Tenantheadernostring · uuid

Response codes

200 · 400 · 401 · 403 · 404 · 409 · 429