Improved
"phone_number" on the Contact schema is now optional and nullable
7 days ago
Broker API
The phone_number field on the Contact schema is no longer required and can now be null. The property remains defined, but accounts may have no phone number, so responses can return phone_number as null.
Affected Endpoints
POST /v1/accountsGET /v1/accounts/{account_id}GET /v1/accountsPATCH /v1/accounts/{account_id}