GET
/
v1
/
voice
/
calls
/
stats
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/voice/calls/stats \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "calls": 123,
    "no_answer": 123,
    "leads": 123,
    "answered": 123,
    "answer_machine": 123
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

voice_campaign_id
string<uuid>
date_from
string
date_to
string

Response

200
application/json

The response is of type object.