MailThisForMe

API docs

Use MailThisForMe to quote and queue physical mail jobs from software workflows. The current endpoints are intentionally small while the payment, print, and mailing pipeline is still being built.

Authentication

Authenticated endpoints use bearer API keys in the Authorization header. Raw API keys are shown once when created and are stored only as hashes.

Idempotency

POST /v1/mail requires an Idempotency-Key header. Repeating the same request with the same key returns the original response; changing the payload with the same key returns a conflict.

Endpoints

OpenAPI YAML

The current spec is available at https://api.mailthisforme.com/openapi.yaml.