Phone number formats and e.164

Last updated: 2024-01-20Contributors
Edit this page

The API supports phone numbers in e.164 format with plus sign + complying with the ITU-T recommendation.

"from" :
    {
      "phoneNumber" : "+16501234567",
      "name" : "John Smith"
    }

The phone number processing also conforms to country specific compliance requirements, such as the California Consumer Privacy Act (US), the General Data Protection Regulation (EU), etc. relating to personal data protection, e.g. masking numbers in call log API, that looks as follows:

"to" :
   {
      "phoneNumber" : "+1855201XXXX",
      "name" : "Jane Williams"
    }

Rate this page: