Show transactional email report

Get email stats

Using the SDK

report = api.report.get_email(
    start_time=<start time>,
    end_time=<end time>
)
<?php

$report = $api->report->getEmail([
    'start_time' => <start time>,
    'end_time' => <end time>
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!