Skip to content

Email Addresses

An email address record stores a customer’s email along with its verification status, marketing consent and delivery health. The API lets you create, retrieve, update and delete email addresses. See Managing Email Addresses for the user guide.

/backend/api/v1/emailAddresses/ID - fetch the email address with the specified ID.

/backend/api/v1/emailAddresses/ - list all email addresses.

/backend/api/v1/customers/ID/emailAddresses/ - list email addresses for the customer with the specified ID.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include addresses with a higher ID
createdSincedatetimeNoOnly include addresses created since the given time
updatedSincedatetimeNoOnly include addresses updated since the given time

/backend/api/v1/customers/ID/emailAddresses/ - add a new email address to the specified customer. The newly-added address will be returned.

/backend/api/v1/emailAddresses/ID - update the email address with the specified ID. The modified address will be returned.

/backend/api/v1/emailAddresses/ID - delete the email address with the specified ID.

FieldNameTypeDescription
dealerCodeDealer CodePreset ValueDealer code associated with this email address
emailEmail AddressTextThe email address itself
verificationSentDateVerification Email SentDateDate when a verification email was most recently sent to this address
verificationStampVerified OnDateDate when this email address was verified by the customer
marketingConsentMarketing Consent GivenPreset ValueWhether the customer has given consent to receive marketing emails
reactivationKeyExpiresDateReactivation Key ExpiresDateExpiry date for the address reactivation key
myAccountAccessMyAccount AccessPreset ValueWhether this email address has MyAccount portal access
attachmentPreferenceAttachment PreferencePreset ValueUser preference for how email attachments should be handled
badEmailStatusFailure TypePreset ValueType of email delivery failure, if any
badEmailRemovableRemovableTextWhether this failed email address can be manually removed
idEmail Address IDTextThe unique identifier for this email address record