Skip to content
Get started

Postcards

Create Postcard
print_mail.postcards.create(PostcardCreateParams**kwargs) -> Postcard
POST/print-mail/v1/postcards
List Postcards
print_mail.postcards.list(PostcardListParams**kwargs) -> SyncSkipLimit[Postcard]
GET/print-mail/v1/postcards
Get Postcard
print_mail.postcards.retrieve(strid) -> Postcard
GET/print-mail/v1/postcards/{id}
Cancel Postcard
print_mail.postcards.delete(strid) -> Postcard
DELETE/print-mail/v1/postcards/{id}
Get Postcard Preview
print_mail.postcards.retrieve_url(strid) -> PostcardRetrieveURLResponse
GET/print-mail/v1/postcards/{id}/url
ModelsExpand Collapse
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following:
One of the following: