---
title: "Email cycle"
method: POST
path: "/stats/email_cycle"
tags: ["STATISTICS"]
---

# Email cycle

`POST /stats/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.

## Response `200`

Summary of Account

- object
  - `request_id` string, required
  - `data` object, required
    - `cycle_end` string, required
    - `cycle_used` integer, required
    - `cycle_start` string, required
    - `cycle_max` integer, required
    - `cycle_remaining` integer, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
