Lead
Get leads stats
List total leads, total conversions, number of leads and conversions made over the past 30 days, and rate of conversions over the past 30 days.
get/api/business/{businessId}/branch/{branchId}/leads/stats
Path parameters
businessIdstring required
branchIdstring required
Response
Leads stats listed
Example response
{
"totalLeads": 13,
"totalConversions": 3,
"leads30Day": 5,
"conversions30Day": 2,
"conversionRate30Day": 2
}