qwicmail
Docs

qwicmail documentation.

Everything you need to integrate qwicmail into your application, configure your sending domain, and understand the deliverability posture you're inheriting.

Start here

Pick the path that matches what you're trying to do.

SDKs

Official SDKs (TypeScript, Python, Go, Ruby) are on the Phase 5 roadmap. Until they ship, every endpoint can be driven from any HTTP client — the API is a small surface and the examples in this guide are all curl-based.

Conventions used in these docs

  • Base URL. All examples use https://api.qwicmail.com.
  • Authentication. Bearer token in the Authorization header. See Authentication.
  • JSON only. Requests and responses are application/json with snake_case fields.
  • Times. All timestamps are RFC 3339 in UTC.
  • IDs. All identifiers are UUIDs.