MailPilot API

MailPilot API

Build MailPilot's email warmup and deliverability engine directly into your own platform.

Every endpoint here is the same one MailPilot's own dashboard calls internally - connect mailboxes, start and monitor real warmup traffic, push your own outreach copy through as warmup content so it's pre-trusted before a real campaign, and pull live reputation, inbox-placement, and DNS/authentication data for every mailbox you manage.

Getting an API key

Generate a key from Settings → API Keys in the MailPilot dashboard. Keys look like mp_live_... and are shown in full only once, at creation time.

Authentication

Send your key as a bearer token on every request:

Authorization: Bearer mp_live_xxxxxxxxxxxxxxxxxxxxxxxx

Base URL

https://app.mailpilots.in

Every response is scoped to the mailboxes owned by the account the key belongs to - there is no way to see or modify another user's data.

Reference

The sidebar groups every endpoint by area - Mailboxes, Warmup, Templates, and Deliverability. Each page includes parameters, request/response schemas, multi-language code samples, and a try-it playground you can run with your own key.