cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": {} }
Gets a workspace, 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>
The unique identifier of the workspace
Successful response
Indicates if the request was successful
Response message
Workspace object with full details