cURL
curl --request GET \ --url https://eu-vg-edge.moeaymandev.workers.dev/v2/clients \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Clients retrieved successfully", "data": [ { "ID": "<string>", "ownerID": "<string>", "orgUsers": [ "<any>" ], "orgId": "<string>", "name": "<string>", "squarePhotoURL": "<string>", "email": "<string>", "dashboardPassword": "<string>", "canAccess": [ "/overview" ], "isOrgAdmin": true, "notificationsSettings": { "notifyThrough": "email", "notifyIf": "all" } } ] }
Returns all clients associated with the bearer token
Workspace secret API key, found in the workspace settings page (top left).
Clients retrieved
true
"Clients retrieved successfully"
Array of client objects
Show child attributes