Skip to main content
GET
Export Recipient list recipients

Description

Find all recipient list recipients where recipientListId is the id to filter recipients.

Response

where:
  • labels: Object with labels for every column indexed by column number.
  • recipients: Array of recipients with the following data:
    • email: Recipient email. Optional.
    • isDeleted: Whether or not the recipient is soft deleted or not.
    • isUnsubscribed: Whether or not the recipient is unsubscribed.
    • unsubscribedAt: When the recipient was unsubscribed. Optional.
    • unsubscribedBy: Hash representing who unsubscribed the recipient. Optional.
    • values: Object with recipient values indexed by column number.
    • id: Recipient id.
    • recipientListId: Recipient list id.
    • firstName: Recipient first name. Optional.
    • lastName: Recipient last name. Optional.
    • countryCode: Country code for the phone. Optional.
    • phone: Recipient phone. Optional.
    • updatedAt: Last modified date.
    • createdAt: Creation date.
    • externalId: Id assigned by the user.
  • totalCount: Total recipients returned.

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Response

Successful response