Get Stats of a Campaign
Retrieve in-depth performance metrics and delivery statistics for a specific campaign using its unique identifier.
π Get Stats of a Campaign
πΉ HTTP Request
GET API-URL/campaigns/CAMPAIGN-UNIQUE-ID/statsπΈ URL Segments
Segment
Required
Description
π Authorization Header
X-API-KEY: your-api-key-hereπ» PHP Example
// GET STATS
$response = $endpoint->getStats('CAMPAIGN-UNIQUE-ID');
// DISPLAY RESPONSE
echo '<pre>';
print_r($response->body);
echo '</pre>';π¦ Sample JSON Response
Last updated