Emailsubscription Object


Properties
idstringRead-onlyformat GUID

Email subscription ID.


emailstringformat EMAIL

Email address.


subscriptionStatusstring

Indicates the recipient's opt-in or opt-out status for marketing emails.

Default: NOT_SET.


deliverabilityStatusstring

Indicates last reported status of sent emails.

Default: NOT_SET.


createdDatestringRead-onlyformat date-time

Date and time the email subscription was created.


updatedDatestringRead-onlyformat date-time

Date and time the email subscription was last updated.

EmailSubscription
JSON
{ "id": "9c130f52-31c4-11ed-a261-0242ac120002", "email": "them@theircompany.com", "subscriptionStatus": "SUBSCRIBED", "deliverabilityStatus": "VALID", "createdDate": "2019-10-30T17:22:10.299Z", "updatedDate": "2019-11-13T20:14:49.458Z" }
Did this help?