Returns a list of all deleted agent names and IDs based on your API key and user API key.
GET /api/v2/cdr/deleted_agents
Success
application/json
Object
{
"name": "Sally",
"id": 28982
}
Was this page helpful?
curl -X GET -G \
--url 'https://{cluster_id}.voiso.com/api/v2/cdr/deleted_agents' \
-d 'key=user_api_key'