Skip to main content

monthly-glance

/v2/private/user/salesAgent/monthly-glance

Available Methods​

  • GET

GET /v2/private/user/salesAgent/monthly-glance​

This API endpoint retrieves a monthly report for the counselor.

Params​

ParamTypeDescription
monthStringThe month name

Returns​

The object will have a full month report for the leads.

Example return object report
data:{
"glance": {
"cemeteryPlans": 4,
"quotes": 3,
"quotesAndContract": 2,
"applications": 0
},
"totalMonthlyEarnings": 835
}