Path Parameters
Query Parameters
The ID of your client if this campaign is client specific
Number of results to return. Min 1, max 20.
Start date for filtering in YYYY-MM-DD format. Both start_date and end_date must be provided, otherwise data will be for the full campaign length.
End date for filtering in YYYY-MM-DD format. Both start_date and end_date must be provided, otherwise data will be for the full campaign length.
The campaign timezone, e.g. America/Los_Angeles. Same format as shown in your campaign UI next to the date filter.
Private API key for additional authorization (optional)
curl "https://server.smartlead.ai/api/v1/campaigns/12345/mailbox-statistics?api_key=YOUR_API_KEY&limit=10&offset=0"
Response Codes
Invalid request parameters or malformed request body
Invalid or missing API key. Check your authentication.
The requested resource does not exist or you don’t have access to it
{
"ok": true,
"data": []
}