List Inbox-Tracking Campaigns
API to get inbox tracking details for Email API campaigns. Returns a paginated list of campaigns enriched with inbox / spam / missed placement percentages and a per-mailbox-provider breakdown. Supports filtering by campaign id, subject, sender and date range, plus sorting on key metrics.
Sample Code
Authorizations
Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.
Headers
Request body type
Body
1-based page number.
x >= 11
Records per page. Must be one of 10, 20, 50, 100.
10, 20, 50, 100 10
Filter by campaign id (partial match).
"750373463838949401"
Filter by subject (partial match).
"welcome"
Filter by sender email/name (partial match).
"noreply@yourdomain.com"
Inclusive lower bound (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$"2026-04-01"
Inclusive upper bound (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$"2026-04-30"
Field to sort by.
inbox_percentage, created_date, campaign_id, subject, sent, opens "created_date"
Sort direction.
asc, desc "desc"