List campaign message content
Returns active content records for a given message. A
The list response includes a content attribute with a single key (mjml, html, text, payload (SMS) or null). These indicate the content type. The actual content is not returned in this payload.
Ordering:
defaultcontent first.- localized content next, sorted by
localethen byid.
Documentation Index
Fetch the complete documentation index at: https://help.getvero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Accepts either a raw secret key or Bearer <sk_KEY>.
Headers
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Path Parameters
Campaign message ID.
Response
Campaign message content returned.
null for the default content variant.
Returns exactly one of mjml, html, text, payload or null to indicate which content attribute applies without returning the full body.

