Documentation Index
Fetch the complete documentation index at: https://docs.reachedapp.com/llms.txt
Use this file to discover all available pages before exploring further.
API Reference
The Reached API provides a set of RESTful endpoints to manage your outbound calling workflow. All endpoints accept and return JSON.Base URL
Authentication
All requests must include a valid API key in theAuthorization header:
Learn more about authentication
See the full authentication guide for details on generating and managing API keys.
Available Resources
Leads
Create, list, get, and update leads in your workspace.
Campaigns
Access calling campaigns and add leads for parallel dialing.
Call Logs
Retrieve call history with recordings, transcripts, and dispositions.
Tasks
Create and manage follow-up tasks linked to leads.
Endpoint Summary
Leads
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/leads | Create a lead |
GET | /v1/leads | List leads |
GET | /v1/leads/:id | Get a lead |
PUT | /v1/leads/:id | Update a lead |
Campaigns
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/campaigns | List campaigns |
GET | /v1/campaigns/:id | Get a campaign |
POST | /v1/campaigns/:id/leads | Add leads to a campaign |
DELETE | /v1/campaigns/:id/leads/:lead_id | Remove a lead from a campaign |
Call Logs
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/call-logs | List call logs |
GET | /v1/call-logs/:id | Get a call log |
Tasks
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/tasks | Create a task |
GET | /v1/tasks | List tasks |
Enrichment
| Method | Endpoint | Description |
|---|---|---|
POST | /v1/leads/:id/enrich | Enrich a lead |
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=967f00940a17d1d8cc11bd8995dc98d0)
.png?fit=max&auto=format&n=PYj-p9lRwfHX4QQS&q=85&s=5072033d90dfd5e7cc9349712ea4e145)