cURL
curl --request GET \ --url https://api.example.com/clients/{id}
{ "id": 123, "name": "<string>", "phone": "<string>", "city": "<string>", "street": "<string>", "country": "<string>", "zipCode": "<string>", "about": "<string>", "primaryNumber": "<string>", "portalId": 123, "email": "<string>", "nationalId": "<string>", "acceptedTermsAt": "2023-11-07T05:31:56Z", "totalCalls": 123, "lastCallAt": "2023-11-07T05:31:56Z", "callLengthInSeconds": 123, "callsLast7Days": 123, "isUnknown": true, "memory": "<string>", "isInactive": true, "isDeleted": true, "language": "<string>", "alfaECareDetails": "<string>", "isCustomerService": true }
The unique identifier of the client.
Successfully retrieved the client information.