Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

GetContactDetails.md

File metadata and controls

18 lines (14 loc) · 1.06 KB

GetContactDetails

Properties

Name Type Description Notes
email string Email address of the contact for which you requested the details [optional]
id int ID of the contact for which you requested the details
emailBlacklisted bool Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)
smsBlacklisted bool Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)
createdAt string Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
modifiedAt string Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
listIds int[]
listUnsubscribed int[] [optional]
attributes object Set of attributes of the contact

[Back to Model list] [Back to API list] [Back to README]