GET
/
v1
/
voice
/
calls
/
daily-stats
cURL
curl --request GET \
  --url https://api.comm.com/api/v1/voice/calls/daily-stats \
  --header 'Authorization: Bearer <token>'
{
  "data": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

start_date
string
end_date
string
ai_filter_query
string
Maximum length: 1000

Response

200
application/json

The response is of type object.