GET
/
v1
/
stats
Get Aggregated Stats
curl --request GET \
  --url https://api.trata.ai/v1/stats \
  --header 'Authorization: Bearer <token>'
{
  "response": {
    "no_of_prospects": 123,
    "appointment_scheduled": 123,
    "unqualified": 123,
    "average_call_duration": 123
  }
}

Authorizations

Authorization
string
header
required

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

Response

200 - application/json

Successful Response

The response is of type object.