curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/prospects{
"by_country": [
{
"count": 123,
"country": "<string>"
}
],
"growth": [
{
"date": "<string>",
"new_prospects": 123
}
],
"period": {
"end": "<string>",
"start": "<string>"
},
"status_distribution": [
{
"count": 123,
"percentage": 123,
"status": "<string>"
}
]
}Returns prospect status distribution, geographic data, and growth
curl --request GET \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/analytics/prospects{
"by_country": [
{
"count": 123,
"country": "<string>"
}
],
"growth": [
{
"date": "<string>",
"new_prospects": 123
}
],
"period": {
"end": "<string>",
"start": "<string>"
},
"status_distribution": [
{
"count": 123,
"percentage": 123,
"status": "<string>"
}
]
}Organization ID