Returns a client specified belonging to a workspace
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": [ "<any>" ], "orgId": "<string>", "name": "<string>", "squarePhotoURL": "<string>", "email": "<string>", "dashboardPassword": "<string>", "canAccess": [ "/overview" ], "isOrgAdmin": true, "notificationsSettings": { "notifyThrough": "email", "notifyIf": "all" } } }
Workspace secret API key, found in the workspace settings page (top left).
The ID of the client to retrieve
Client retrieved
The response is of type object.
object