API v1.0

MailFra API Documentation

Complete reference for integrating MailFra's cold email automation platform into your applications

Getting Started with MailFra API

The MailFra API allows you to programmatically manage campaigns, prospects, email sequences, and more. All endpoints are RESTful and return JSON responses.

Base URL

https://mailfra.com/api/v1

Quick Start

1

Generate an API Key

Go to Settings → API Keys to create your key

2

Install SDK or HTTP Client

npm install axios
3

Make Your First Request

const axios = require('axios');

const response = await axios.get('https://mailfra.com/api/v1/campaigns', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY'
  }
});

console.log(response.data);

Rate Limits

Rate limits vary by subscription tier. Headers include X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset. See Authentication section for details.

Limited Time Offer

Get 3 Months Free

Start your cold email journey with Mailfra today and get your first 3 months completely free. No credit card required.

Unlimited emails
AI warmup included
24/7 support
Free migration

Offer expires in 48 hours. Only 127 spots remaining.