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.

New Conversation Statistics

The new conversations statistics object records the number of new conversations for a given time range.

Field Guide

Name Type Notes
start Date/Time (ISO 8601, in UTC)  
count Int Number of new conversations created 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
}