Get Workspace By ID V2
Get a workspace for a team based on ID
GET
/
v2
/teams
/{team_id}
/workspaces
/{workspace_id}
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Path Parameters
team_id
Requiredstring
ID of team
workspace_id
Requiredstring
ID of workspace, or the workspace hostname
OK