cURL
curl --request GET \ --url https://api.botdog.io/v1/analytics \ --header 'x-api-key: <api-key>'
{ "period": "last-7-days", "invitations": { "sent": 677, "accepted": 92, "rate": 13.6 }, "messages": { "sent": 92, "replied": 4, "rate": 4.3 }, "campaigns": { "active": 6, "totalLeadsInProgress": 1420 } }
Aggregated outreach metrics across all campaigns for the team.
Time period for analytics
last-7-days
last-30-days
last-90-days
Filter to a specific user
"user_abc123"
Aggregated outreach metrics for the account
"last-7-days"
Show child attributes
Was this page helpful?