AlphaAlpha Docs

Get lead stats

Returns lead statistics and conversion metrics

GET
/crm/leads/stats
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/crm/leads/stats"
{
  "contactedLeads": 0,
  "conversionRate": 0.1,
  "leadsBySource": {
    "property1": 0,
    "property2": 0
  },
  "leadsCreatedLast30Days": 0,
  "leadsCreatedLast7Days": 0,
  "newLeads": 0,
  "openedLeads": 0,
  "qualifiedLeads": 0,
  "totalLeads": 0,
  "unassignedLeads": 0,
  "unqualifiedLeads": 0
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}