Using the below method, details of current live calls can be retrieved.

curl --request GET \
  --url https://api.acefone.co.uk/v1/live_calls \
  --header 'accept: application/json' \
  --header 'authorization: Authorization'
Variable NameDescriptionData Type
idNumber
user_idNumber
call_idFloat
stateString
directionNumber
didNumber
caller_id
sourceNumber
src_name
destination
destination_name
call_answered_by
multiple_destination_name
multiple_destination_type
queue_answerNumber
queue_answer_name
broadcast_id
call_timeTime
created_atDate
Sample JSON
[
0:{
"id":38725
"user_id":291
"call_id":"158XXXXXX2.1XXX6"
"state":"Ringing"
"direction":1
"did":"4420XXXX0021"
"caller_id":""
"source":"005XXX30018"
"src_name":NULL
"destination":NULL
"destination_name":NULL
"call_answered_by":NULL
"multiple_destination_name":NULL
"multiple_destination_type":NULL
"queue_answer":0
"queue_answer_name":NULL
"broadcast_id":NULL
"call_time":"00:00:03"
"created_at":"2020-03-31 09:01:42"
}
]
Language
Click Try It! to start a request and see the response here!