cURL
curl --request GET \ --url https://app.replyify.ai/api/clients/{id} \ --header 'Authorization: Bearer <token>'
Retrieve a specific client by ID
curl -X GET "https://app.replyify.ai/api/clients/client_xyz789" \ -H "Authorization: Bearer YOUR_API_KEY"