Skip to main content
GET
/
workspaces
/
{id}
Get Single Workspace
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {}
}
Returns full workspace details including team members and configuration.
Use this endpoint to check workspace settings before making updates or to verify team membership.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the workspace

Response

Successful response

success
boolean

Indicates if the request was successful

message
string

Response message

data
object

Workspace object with full details