GET
/
v2
/
workspaces
curl --request GET \
  --url https://eu-vg-edge.moeaymandev.workers.dev/v2/workspaces \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Workspaces retrieved successfully",
  "data": {
    "uid": "<string>",
    "displayName": "<string>",
    "email": "<string>",
    "loadTokens": 123,
    "referredFrom": "<string>",
    "joinedAt": 123,
    "ownerId": "<string>",
    "photoURL": "<string>",
    "workspaceName": "<string>",
    "workspaceEmails": [
      "<string>"
    ],
    "workspacePhotoURL": "<string>",
    "workspaceSecret": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Workspace secret API key, found in the workspace settings page (top left).

Response

200
application/json
Workspaces retrieved
success
boolean
message
string
data
object

Workspace associated with bearer token