Skip to main content
GET
/
api
/
v1
/
analytics
/
campaigns
/
{campaign_id}
curl -X GET "https://api.foxreach.io/api/v1/analytics/campaigns/cmp_abc123" \
  -H "X-API-Key: otr_your_key"
{
  "data": {
    "id": "cmp_abc123",
    "name": "Q1 Outreach",
    "status": "active",
    "sent": 1250,
    "delivered": 1200,
    "bounced": 50,
    "replied": 67,
    "opened": 580,
    "totalLeads": 500,
    "replyRate": 5.4,
    "bounceRate": 4.0
  }
}

Path Parameters

campaign_id
string
required
The unique identifier of the campaign.

Response

data
object
curl -X GET "https://api.foxreach.io/api/v1/analytics/campaigns/cmp_abc123" \
  -H "X-API-Key: otr_your_key"
{
  "data": {
    "id": "cmp_abc123",
    "name": "Q1 Outreach",
    "status": "active",
    "sent": 1250,
    "delivered": 1200,
    "bounced": 50,
    "replied": 67,
    "opened": 580,
    "totalLeads": 500,
    "replyRate": 5.4,
    "bounceRate": 4.0
  }
}

Errors

StatusDescription
404Campaign not found