cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/workspaces \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": [ { "uid": "<string>", "workspaceName": "<string>", "workspaceEmails": "<array>" } ] }
Retrieves all workspaces accessible to the authenticated user, this route must use the new V3 endpoints.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Indicates if the request was successful
Response message
Array of workspace objects
Show child attributes