cURL
curl --request POST \ --url https://eu-vg-edge.moeaymandev.workers.dev/v2/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "photoURL": "<string>", "workspaceName": "<string>", "workspaceEmails": [ "<string>" ], "workspacePhotoURL": "<string>", "workspaceSecret": "<string>" }'
{ "success": true, "message": "Workspace created successfully" }
Creates/Edit a workspace
Workspace secret API key, found in the workspace settings page (top left).
Workspace to create
The body is of type object.
object
Workspace created/edit succesfully
The response is of type object.