REST API

Build with the MSC Marketing API

A powerful, RESTful API to integrate email marketing into your applications. Send emails, manage subscribers, and track analytics.

$ curl example
curl -X POST https://api.mscmarketing.com/v1/emails/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "user@example.com",
    "subject": "Welcome!",
    "template": "welcome-email",
    "data": {
      "name": "John"
    }
  }'
99.99%
Uptime SLA
<100ms
Avg Response
50+
Endpoints
5
SDKs Available

Popular Endpoints

POST/v1/emails/send
GET/v1/subscribers
POST/v1/subscribers
GET/v1/campaigns
POST/v1/campaigns
GET/v1/analytics/overview

Authentication

Secure your API requests with bearer token authentication. Generate API keys from your dashboard.

  • Bearer token authentication
  • Scoped API keys for security
  • Rate limiting protection
  • Request signing for webhooks
# Include your API key in the header
Authorization: Bearer sk_live_xxxxx

Official SDKs

Get started faster with our official client libraries

Ready to start building?

Get your API key and start integrating in minutes.