Skip to main content
GET
/
api
/
clients
/
{id}
Get Client
curl --request GET \
  --url https://app.replyify.ai/api/clients/{id} \
  --header 'Authorization: Bearer <token>'

Path Parameters

id
string
required
The client ID

Response

Returns the full client object including all settings.
curl -X GET "https://app.replyify.ai/api/clients/client_xyz789" \
  -H "Authorization: Bearer YOUR_API_KEY"