Get AbandonedCalls (Basic Authentication)

When a contact center receives an inbound call and the call is ended before any interaction happens, this type of call is known as an abandoned call. This API is used to track abandoned calls in a campaign.

👍

Note:

Make sure the admin setting 'API Authentication' is set to 'BASIC_AUTH', If you are using this API.

Header parameters

ParameterDescription
apiKey*Your CloudAgent account API Key
Content-Typeapplication/json

Body Params

{
"userName":"Test"
}

Possible responses

Success response"status": "success"
If userName is invalid"status": "failure"
"message": "no record found"
if apiKey is invalid"status": "failure"
"message": "no record found"
If more than one parameter is missing"status": "failure"
"message": "Please provide UserName"
Language
URL
Click Try It! to start a request and see the response here!