All technical documentation lives on the Mailpro developer portal, available in English, French, German, Spanish, Italian and Portuguese. Each API is described endpoint by endpoint, with parameters, responses, error codes and copy-ready examples.

Three APIs, one account

  • Email API v2 — contact lists, templates, senders, campaigns and transactional emails (JSON or XML).
  • CRM API v3 — contacts and custom fields, lists, tags, segments, email and SMS sending, webhooks, OAuth 2.0 for third-party tools.
  • SMS API — single and bulk SMS, number lists, history.

Also on the portal

  • The OpenAPI description of each API, to generate a client in your language.
  • Delivery tracking of transactional emails — see the FAQ.
  • The webhooks reference: events, message format, signature — the three types of webhooks.

Getting started

  1. Get your API key in your Mailpro account settings (or create an OAuth application).
  2. Obtain a token: POST https://api.mailpro.com/v3/token.
  3. Make a first call, for instance the list of your senders, then a transactional send.

Already using the Email API v2 with IdClient + ApiKey? Nothing changes: that mode remains supported. The Bearer token and the v3 API are additions, they replace nothing.

Hesitating between SMTP and API? Compare the two approaches.

Previous question

   

Next question

You might also be interested in:

How to Install Mailpro?

Good news — there's nothing to install. Mailpro runs entirely in your browser. You sign up, log in, and start...

Read more

How to Configure SPF With Mailpro: 5-Step Guide

Configuring SPF with Mailpro is a 5-minute job that pays off immediately: better inbox placement, fewer bounces and protection against...

Read more

Countdown Timers for FREE Mailpro Accounts

The countdown timer shown on a free Mailpro account is your 30-day evaluation window. It tells you how much time...

Read more

How to Configure DKIM With Mailpro: 4 Easy Steps

Configuring DKIM with Mailpro takes about ten minutes and pays off immediately: signed messages, higher inbox placement and protection against...

Read more

How to Integrate Mailpro SMTP with an AI / GPT Operator

Connecting your Mailpro SMTP relay to an AI agent — like ChatGPT Operator, Claude, n8n or your own Python/Node script...

Read more