cURL
curl --request GET \ --url https://api.example.com/clients
{ "error": false, "listClients": [ { "id": "036c71c5-14e0-11f1-9fcd-2418c6c96a00", "name": "Mark Zuckemberg", "email": "[email protected]" }, { "id": "49a5ddf8-14ce-11f1-9fcd-2418c6c96a00", "name": "albert Epstein", "email": "[email protected]" } ] }
Retrieve all clients in the system
Show Client Object