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