cURL
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>" } }
Returns workspace associated with the bearer token
Workspace secret API key, found in the workspace settings page (top left).
Workspaces retrieved
The response is of type object.
object