curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/campaign_mailing_deliveries_table \
--header 'authorization: <api-key>'{
"data": [
{
"recipient": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"delivered": true,
"viewed": true,
"clicked": true,
"bounced": true,
"unsubscribed": true,
"tracking_links": {}
}
]
}Returns json data about campaign deliveries sent
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/campaign_mailing_deliveries_table \
--header 'authorization: <api-key>'{
"data": [
{
"recipient": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"delivered": true,
"viewed": true,
"clicked": true,
"bounced": true,
"unsubscribed": true,
"tracking_links": {}
}
]
}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.
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
Campaign id to search on (one of campaign_mailing_send_id or campaign_mailing_id is required)
Paubox Marketing Campaign Email id to search on (one of campaign_mailing_send_id or campaign_mailing_id is required)
Campaign deliveries table data
Show child attributes