Legacy Mailbox API 1.0 is deprecated

Legacy Mailbox API 1.0 was deprecated on November 20, 2019. Please use Mailbox API 2.0 going forward. If you have any questions or need help with the new API, please reach out.

Received Messages Statistics

The received messages statistics object records the number of received messages for a given time range.

Field Guide

Name Type Notes
start Date/Time (ISO 8601, in UTC)  
count Int Number of received messages from start until the next time interval (one of either day, week, or month, as specified in the request)

Example

{
  "start": "2015-01-01T00:00:00Z",
  "count": 4
}