Skip to main content

MarketingSubscriberExportResponse

Response for marketing subscriber export (JSON format).

subscribers object[]required
  • Array [
  • emailEmail (string)required
    first_nameFirst Name (string)required
    last_nameLast Name (string)required
    subscribed_atstring<date-time>required
  • ]
  • countCount (integer)required
    exported_atstring<date-time>required
    MarketingSubscriberExportResponse
    {
    "subscribers": [
    {
    "email": "string",
    "first_name": "string",
    "last_name": "string",
    "subscribed_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "count": 0,
    "exported_at": "2024-07-29T15:51:28.071Z"
    }