cURL
curl --request PUT \ --url https://eu-vg-edge.moeaymandev.workers.dev/v2/clients \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "orgId": "<string>", "name": "<string>", "squarePhotoURL": "<string>", "email": "<string>", "dashboardPassword": "<string>", "canAccess": [ "/overview" ], "isOrgAdmin": true, "notificationsSettings": { "notifyThrough": "email", "notifyIf": "all" } }'
{ "success": true, "message": "Client created successfully" }
Creates a new client
Workspace secret API key, found in the workspace settings page (top left).
Client to create
The body is of type object.
object
Client created succesfully
The response is of type object.