Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

GetContactDetails.md

File metadata and controls

18 lines (14 loc) · 1.05 KB

GetContactDetails

Properties

Name Type Description Notes
email str Email address of the contact for which you requested the details [optional]
id int ID of the contact for which you requested the details
email_blacklisted bool Blacklist status for email campaigns (true=blacklisted, false=not blacklisted)
sms_blacklisted bool Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted)
created_at str Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
modified_at str Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ)
list_ids list[int]
list_unsubscribed list[int] [optional]
attributes object Set of attributes of the contact

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