Contacts
Create Contact
POST/print-mail/v1/contacts
List Contacts
GET/print-mail/v1/contacts
Get Contact
GET/print-mail/v1/contacts/{id}
Delete Contact
DELETE/print-mail/v1/contacts/{id}
ModelsExpand Collapse
Contact = object { id, addressLine1, addressStatus, 20 more }
Contact = object { id, addressLine1, addressStatus, 20 more }
addressErrors: optional string
A series of human-readable errors/warnings that were raised when running the provided address through our address verification.
description: optional string
An optional string describing this resource. Will be visible in the API and the dashboard.
ContactCreate = ContactCreateWithFirstName { addressLine1, countryCode, firstName, 13 more } or ContactCreateWithCompanyName { addressLine1, companyName, countryCode, 13 more }
ContactCreate = ContactCreateWithFirstName { addressLine1, countryCode, firstName, 13 more } or ContactCreateWithCompanyName { addressLine1, companyName, countryCode, 13 more }
One of the following:
ContactCreateWithFirstName = object { addressLine1, countryCode, firstName, 13 more }
ContactCreateWithFirstName = object { addressLine1, countryCode, firstName, 13 more }
ContactCreateWithCompanyName = object { addressLine1, companyName, countryCode, 13 more }
ContactCreateWithCompanyName = object { addressLine1, companyName, countryCode, 13 more }