curl -X GET "https://api.foxreach.io/api/v1/campaigns?status=active" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "cmp_abc123",
"name": "Q1 Outreach",
"status": "active",
"timezone": "America/New_York",
"sendingDays": [1, 2, 3, 4, 5],
"sendingStartHour": 9,
"sendingEndHour": 17,
"dailyLimit": 50,
"sentToday": 12,
"context": null,
"totalLeads": 500,
"totalSent": 234,
"totalDelivered": 230,
"totalBounced": 4,
"totalReplied": 18,
"totalOpened": 87,
"createdAt": "2025-01-10T08:00:00",
"updatedAt": "2025-01-15T10:30:00",
"startedAt": "2025-01-10T09:00:00",
"completedAt": null
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}
Retrieve a paginated list of campaigns in your workspace.
curl -X GET "https://api.foxreach.io/api/v1/campaigns?status=active" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "cmp_abc123",
"name": "Q1 Outreach",
"status": "active",
"timezone": "America/New_York",
"sendingDays": [1, 2, 3, 4, 5],
"sendingStartHour": 9,
"sendingEndHour": 17,
"dailyLimit": 50,
"sentToday": 12,
"context": null,
"totalLeads": 500,
"totalSent": 234,
"totalDelivered": 230,
"totalBounced": 4,
"totalReplied": 18,
"totalOpened": 87,
"createdAt": "2025-01-10T08:00:00",
"updatedAt": "2025-01-15T10:30:00",
"startedAt": "2025-01-10T09:00:00",
"completedAt": null
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}
draft, active, paused, or completed.Show Campaign object
draft, active, paused, completed.UTC, America/New_York).curl -X GET "https://api.foxreach.io/api/v1/campaigns?status=active" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "cmp_abc123",
"name": "Q1 Outreach",
"status": "active",
"timezone": "America/New_York",
"sendingDays": [1, 2, 3, 4, 5],
"sendingStartHour": 9,
"sendingEndHour": 17,
"dailyLimit": 50,
"sentToday": 12,
"context": null,
"totalLeads": 500,
"totalSent": 234,
"totalDelivered": 230,
"totalBounced": 4,
"totalReplied": 18,
"totalOpened": 87,
"createdAt": "2025-01-10T08:00:00",
"updatedAt": "2025-01-15T10:30:00",
"startedAt": "2025-01-10T09:00:00",
"completedAt": null
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}