Workspaces

Workspaces group your resources within an organization.

Endpoints

Manage your workspaces with these REST endpoints.

Workspace type

ParameterTypeDescription
idstringUnique identifier for the workspace
namestringWorkspace name
createdAtstringTimestamp when the workspace was created
updatedAtstringTimestamp when the workspace was updated

Example workspace

const workspace = { id: '60cfe680-fee5-49b9-b386-6a7097eb8497', name: 'Project alpha', createdAt: '2024-01-15T10:30:00Z', updatedAt: '2024-01-15T10:30:00Z', }