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.

Mailbox Ref Object

Field Guide

The mailbox ref is a subset of the full Mailbox object.

Name Type Example Notes
id Int 1234 Unique identifier
name String My Mailbox  

Example

{	
    "id": 1234,
    "name": "My Mailbox"
}