# Workspaces All endpoints related to Workspaces (accounts). ## Retrieve a Workspace - [GET /v2/account/{workspace_id}](https://developers.foleon.com/apis/workspaces/getworkspacebyid.md): Get a Workspace resource by it's ID. ## Update a Workspace - [PATCH /v2/account/{workspace_id}](https://developers.foleon.com/apis/workspaces/patchworkspacebyid.md): Update a Workspace's settings. ## Delete a Workspace - [DELETE /v2/account/{workspace_id}](https://developers.foleon.com/apis/workspaces/deleteworkspacebyid.md): WARNING: Deleting a Workspace is permanent and cannot be undone. Using this endpoint is risky. ## List Workspaces - [GET /v2/account](https://developers.foleon.com/apis/workspaces/listworkspaces.md): Query all Workspaces available in your scope to return a list of Workspaces. Use bracket notation in the parameters to filter and order the data. ## Create a Workspace - [POST /v2/account](https://developers.foleon.com/apis/workspaces/createworkspace.md): Create a new Workspace.