Skip to main content

Build with
CleverReach.

Integrate email marketing directly into your application. Access groups, mailings, reports, and more! Use our modern REST API, official SDK or our new MCP Server.

# Fetch all recipient groups
curl -X GET \
"https://rest.cleverreach.com/v3/groups" \
-H "Authorization: Bearer YOUR_TOKEN"

# Create a new group
curl -X POST \
"https://rest.cleverreach.com/v3/groups" \
-H "Content-Type: application/json" \
-d '{"name":"Newsletter 2026"}'
Get Started

Start your first integration
in minutes.

Choose your entry point. All paths lead to your first successful API call.

Step 01

Authentication

Set up OAuth 2.0 to securely connect to our API. Manage your authorization flows and retrieve access tokens.

OAuth documentation
Step 02

Guides & Use Cases

Practical guides for common integration scenarios: manage groups, send mailings, analyze reports.

Browse all guides
Step 03

API Reference

Complete reference for all endpoints — including an interactive Swagger UI right alongside the documentation.

Open API Reference