Skip to content

Insights

Insights provide analytics dashboards for your CRM data — contact growth, activity trends, project revenue, and more. Query by date range with automatic period-over-period comparison.

Section titled “Get insights overview with summary and trends”

Endpoint: insights-overview

FieldTypeRequiredDescription
start_datestringYes
end_datestringYes
compare_start_datestringNo
compare_end_datestringNo
Terminal window
curl -X POST https://api.driftwoodapp.com/api/insights-overview \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"start_date": "...", "end_date": "..."}'

Get project insights with summary and breakdowns

Section titled “Get project insights with summary and breakdowns”

Endpoint: insights-projects

FieldTypeRequiredDescription
start_datestringYes
end_datestringYes
compare_start_datestringNo
compare_end_datestringNo
Terminal window
curl -X POST https://api.driftwoodapp.com/api/insights-projects \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"start_date": "...", "end_date": "..."}'