Skip to content

Authentication

MailerDash has two authentication methods:

For your backend integrations. Send the key in the Authorization header:

Authorization: Bearer md_xxxxxxxxxxxxxxxxxxxx

The dashboard uses session JWTs. Each JWT user resolves to their linked API key for send operations. Do not use JWT for server-to-server integrations; use an API key.

Mark the traffic type with X-Md-Channel:

  • trans — transactional (high priority, transactional transport).
  • bulk — marketing / campaigns.