Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
Id of a specific campaign to total
Campaign analytics data
Show child attributes