# Workspaces

Read workspace information for the authenticated user for using it in the other endpoints

 - [GET /workspaces](https://api-docs.webwork-tracker.com/api/workspaces/getworkspaces.md): Retrieve all active workspaces for the authenticated user. Returns paginated list of workspaces where the user is a member, including workspace details and status. Only non-blocked, non-deleted worksp
 - [GET /workspaces/{workspaceId}](https://api-docs.webwork-tracker.com/api/workspaces/getworkspace.md): Retrieve a single workspace membership by the ID returned by `GET /workspaces`. Same item shape as `GET /workspaces`. Requires workspace owner or executive manager permissions.
