v1

latestOpenAPI 3.1.02026-07-24700259.3 KB
STATISTICS

Email cycle

Retrieve a summary of your Account activity, including the start and end date of your monthly plan, the number of emails sent this cycle, the number of emails remaining and the number of emails in your monthly allowance.

post/stats/email_cycle

Response

Summary of Account

request_idstring required

Example response

{
  "request_id": "4b84c952-9bca-432f-a68e-585e4c7a969c",
  "data": {
    "cycle_end": "2016-08-04 01:49:15.863998",
    "cycle_start": "2016-08-01 01:49:15.863998",
    "cycle_max": 1000,
    "cycle_remaining": 1000
  }
}