cURL
curl --request POST \ --url https://eu-cloudflare.vg-stuff.com/workspaces \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceName": "<string>", "workspaceEmails": [ "<string>" ] } '
{ "success": true, "message": "<string>", "data": "<unknown>" }
Creates a new workspace, this route must use the new V3 endpoints.
{ "workspaceName": "My Team Workspace", "workspaceEmails": [ "teammate1@example.com", "teammate2@example.com" ] }
workspaceName
workspaceEmails
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response