cURL
curl --request GET \ --url https://api.botdog.io/v1/analytics/by-user \ --header 'x-api-key: <api-key>'
{ "period": "last-7-days", "users": [ { "userId": "user_abc123", "email": "anannya@pavoai.com", "name": "Anannya Mishra", "invitations": { "sent": 677, "accepted": 92, "rate": 13.6 }, "messages": { "sent": 92, "replied": 4, "rate": 4.3 } } ] }
Outreach metrics grouped by each team member.
Time period for analytics
last-7-days
last-30-days
last-90-days
Per-user outreach metrics
"last-7-days"
Show child attributes
Was this page helpful?