Skip to content
Get started

Contacts

Create Contact
print_mail.contacts.create(ContactCreateParams**kwargs) -> Contact
POST/print-mail/v1/contacts
List Contacts
print_mail.contacts.list(ContactListParams**kwargs) -> SyncSkipLimit[Contact]
GET/print-mail/v1/contacts
Get Contact
print_mail.contacts.retrieve(strid) -> Contact
GET/print-mail/v1/contacts/{id}
Delete Contact
print_mail.contacts.delete(strid) -> ContactDeleteResponse
DELETE/print-mail/v1/contacts/{id}
ModelsExpand Collapse
One of the following:
One of the following: