Analytics

Get Analytics Daily

Get daily activity data for graphing.

GET
/analytics/charts/daily
AuthorizationBearer <token>

API key authentication. Use format: Bearer kejue_...

In: header

Response Body

application/json

curl -X GET "https://api.kejue.co/api/v1/analytics/charts/daily"
{
  "chart_data": [
    {
      "date": "2019-08-24",
      "calls": 0,
      "leads": 0
    }
  ],
  "totals": {
    "total_calls": 0,
    "total_leads": 0
  },
  "period_info": {
    "start_date": "2019-08-24T14:15:22Z",
    "end_date": "2019-08-24T14:15:22Z",
    "days": 0
  }
}

Last updated on