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.

Customer Email Object

Field Guide

Name Type Example Notes
id Int 98131 Unique identifier
value String vbear@mywork.com  
location String work Location for this email address. Possible values include:
  • work
  • home
  • other
Defaults to work.

Example

{	
    "id": 98131,
    "value": "vbear@mywork.com",
    "location": "work"
}