Get Agent Softphone Details
API Endpoint
GET https://kpi.knowlarity.com/Basic/v1/account/softphone_details
Sample Request
curl --location --request GET 'https://kpi.knowlarity.com/Basic/v1/account/softphone_details?username=avikgarg&domain=webrtchablr.knowlarity.com' \
--header 'Authorization: {{auth_key}}' \
--header 'x-api-key: {{x-api-key}}'
Sample Response
{
"username": "avikgarg",
"domain": "webrtchablr.knowlarity.com",
"password": "b09fbb5a-0186-464c-9c27-b4de3053364f"
}
Updated over 1 year ago