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 Phone Object

Field Guide

Name Type Example Notes
id Int 22381 Unique identifier
value String 222-333-4444  
location String home Location for this phone. Possible values include:
  • home
  • work
  • mobile
  • fax
  • pager
  • other

Example

{	
    "id": 22381,
    "value": "222-333-4444",
    "location": "home"
}