MailThisForMe

Documentation

MailThisForMe docs

MailThisForMe is an early preview platform for accepting API requests that create physical mail jobs. The current foundation supports quote requests, authenticated test-mode job creation, status lookup, cancellation, and OpenAPI documentation.

Real payments, prepaid balance reservation, PDF validation, printing, and mailing are not live yet.

API preview

The API surface is ready for integration review and smoke testing, not production mail fulfillment.

Read API docs

OpenAPI

The YAML spec describes the current public quote endpoint and authenticated mail job endpoints.

OpenAPI links

Core flow

  • Quote a job with POST /v1/mail/quote.
  • Create a queued test-mode job with POST /v1/mail.
  • Check status with GET /v1/mail/{id}.
  • Cancel queued jobs with POST /v1/mail/{id}/cancel.