Show account report

Get Account stats

Using the SDK

report = api.report.get_account(
    account_id=<account ID>,
    start_time=<start time>,
    end_time=<end time>
)
<?php

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