Campaigns
Get a campaign
Get a campaign with detailed metrics
get/campaign/{id}
Path parameters
idstring required
The ID of the campaign
Response
Campaign details with metrics
Example response
{
"status": true,
"data": {
"campaign": {
"maxRetries": 3,
"retryDelay": 15
},
"metrics": {
"total_participants": 500,
"contacts_called": 247,
"contacts_connected": 150
}
}
}