curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/campaign_mailing_sends_table \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"marketing_email_id": "<string>",
"campaign_mailing_id": "<string>",
"campaign_mailing_created_at": "2023-11-07T05:31:56Z",
"sent_at": "2023-11-07T05:31:56Z",
"subscription_list_name": "<string>"
}
]
}Return json data information about campaigns sent
curl --request GET \
--url https://api.paubox.net/v1/orca/{username}/analytics/campaign_mailing_sends_table \
--header 'authorization: <api-key>'{
"data": [
{
"id": "<string>",
"marketing_email_id": "<string>",
"campaign_mailing_id": "<string>",
"campaign_mailing_created_at": "2023-11-07T05:31:56Z",
"sent_at": "2023-11-07T05:31:56Z",
"subscription_list_name": "<string>"
}
]
}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
Field:Value pair to search on. Defaults to all records
Order by attributes. Defaults to created_at
Order direction
asc, desc Campaign table data
Show child attributes