cURL
curl --request GET \ --url https://api.botdog.io/v1/analytics/daily \ --header 'x-api-key: <api-key>'
{ "startDate": "2026-03-16", "endDate": "2026-03-22", "data": [ { "date": "2026-03-19", "invitationsSent": 142, "invitationsAccepted": 16, "messagesSent": 16, "messagesReplied": 1 } ], "totals": { "invitationsSent": 677, "invitationsAccepted": 92, "messagesSent": 92, "messagesReplied": 4, "invitationAcceptanceRate": 13.6, "messageReplyRate": 4.3 } }
Day-by-day activity breakdown for the selected date range.
Start of the date range (YYYY-MM-DD)
"2026-03-16"
End of the date range (YYYY-MM-DD)
"2026-03-22"
Filter to a specific user
Filter to a specific campaign
Daily activity data with totals
Show child attributes
Was this page helpful?