cURL
curl --request GET \ --url https://api.orgnise.in/teams/{team_slug}/workspaces \ --header 'Authorization: Bearer <token>'
[ { "_id": "<string>", "name": "<string>", "description": "", "defaultAccess": "full", "meta": { "title": "<string>", "description": "<string>", "slug": "<string>" }, "Visibility": "<any>", "createdAt": "<string>", "updatedAt": "<string>" } ]
Retrieve a list of workspace for the authenticated user.
Default authentication mechanism
The slug of the team.
A list of workspace
The response is of type workspace · object[].
workspace · object[]
Was this page helpful?