Introduction
Learn what Leadterra is, who it’s for, and how the core concepts fit together.
Quickstart
Send your first outbound campaign in minutes with step-by-step instructions.
API Reference
Explore every endpoint, request schema, and response shape in the full reference.
Guides
Deeper walkthroughs for campaign automation, reply routing, and webhook setup.
Concepts
Understand sender pools, campaigns, leads, and reply intelligence in depth.
Get up and running
Get an API key
Log in to app.leadterra.co, navigate to Settings → API Keys, and create a new key. Your key will look like
sk_live_YOUR_KEY.Inspect your sender pool
Call
GET /v1/sender-pools to see your available delivery capacity and daily send volume before you launch any campaigns.Create a campaign
Call
POST /v1/campaigns with a name and at least one sequence step. Leadterra creates the campaign in draft state so you can review it before sending.