Authentication
MailerDash has two authentication methods:
API keys (server-to-server)
Section titled “API keys (server-to-server)”For your backend integrations. Send the key in the Authorization header:
Authorization: Bearer md_xxxxxxxxxxxxxxxxxxxxJWT (dashboard)
Section titled “JWT (dashboard)”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.
Channels
Section titled “Channels”Mark the traffic type with X-Md-Channel:
trans— transactional (high priority, transactional transport).bulk— marketing / campaigns.