Skip to main content
GET
/
workspaces
/
{id}
Get Single Workspace
curl --request GET \
  --url https://eu-cloudflare.vg-stuff.com/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}
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

Response

Successful response