Getting started

What is PristineSend?

PristineSend is an email delivery platform built for developers who care about inbox placement. Verify your sending domain, manage contacts, and send transactional or campaign emails through a single clean API — with real-time delivery tracking baked in.

Key features

Verified domains
Verify your sending domain once — PristineSend tells you exactly which DNS records to add and re-checks them for you.
One-line send API
POST /api/v1/send with a Bearer token. No SDK required.
Contact management
Import, segment, and manage subscriber lists with status tracking.
Unsubscribe handling
Signed one-click unsubscribe tokens with automatic status updates.
Delivery logging
Every send is logged with status, recipient, and provider message ID.
Consent-aware tracking
Full, day-level, or no open tracking — per workspace, per campaign, or per message.

How it works

When you send a request to our API we authenticate your workspace via Bearer token, validate the sender domain, dispatch the message, and log the result. PristineSend handles delivery infrastructure, contact management, segmentation, and tracking.

  1. Create a workspace and verify your sending domain on the Domains page.
  2. Copy your PristineSend API key from the dashboard.
  3. Call POST https://pristinesend.com/api/v1/send with a Bearer token.
  4. PristineSend logs the send and returns a message ID.

Next steps