Field naming per product
The two API products use different casing conventions — this is intentional and stable:
Don’t mix them: a
from_name sent to the Email API (or a senderEmail to the Marketing API) is silently ignored or rejected.
Pagination
List endpoints across the Marketing API use page-based pagination with two required body fields:page starts at 1. Responses include a total count so you can compute the number of pages. There is no cursor-based pagination.
API versions
- v1 (
https://cloudapi.mailercloud.com/v1) — the current Marketing API. All endpoints except one. - v2 (
https://cloudapi.mailercloud.com/v2) — currently a single endpoint, Create Campaign (v2), which offers more options than the v1 create (pause rules, frequency cap, tag/segment targeting). Both versions are fully supported; v2 is recommended for new integrations that need those capabilities. - Email API versioning is expressed in the request body:
version: "1.0"(HTML only) or"2.0"(with AMP).