curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/campaign_mailing_send_totals \
--header 'authorization: <api-key>'{
"data": {
"delivered": 123,
"viewed": 123,
"clicked": 123,
"bounced": 123,
"soft_bounced": 123,
"hard_bounced": 123,
"unsubscribed": 123,
"global_unsubscribed": 123
}
}Return json data statistics about campaigns sent
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/campaign_mailing_send_totals \
--header 'authorization: <api-key>'{
"data": {
"delivered": 123,
"viewed": 123,
"clicked": 123,
"bounced": 123,
"soft_bounced": 123,
"hard_bounced": 123,
"unsubscribed": 123,
"global_unsubscribed": 123
}
}Documentation Index
Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
Use this file to discover all available pages before exploring further.