Purpose:
Retrieves the list of all workspaces accessible to the authenticated user or service account.
GET /noCo/api/v2/workspaces
Requires Bearer-style authentication using:
Authorization: Bearer <token>
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
curl -X GET https://be.datagol.ai/noCo/api/v2/workspaces \
-H "Authorization: Bearer <token>"
This endpoint returns all workspaces that are accessible to the authenticated user or service account.
It supports workspace-level access control and filters results based on user permissions.
This API uses OAuth 2.0 with the authorization code grant flow.
Get All Workspaces