Update a phone number
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
The phone number slug (phone number without the leading +).
Request
A human-readable name for the phone number.
SIP termination URI / SIP domain. Required when changing the SIP domain for providers other than five9, ringcx, and zoom. You may also send termination_uri as an alias; it is mapped to sip_term_uri.
Alias for sip_term_uri (SIP domain). Required when setting the domain for providers other than five9, ringcx, and zoom.
Telephony provider. When set to a non-auto provider without a SIP domain, the request fails with 400.
SIP trunk username for authentication. Required when enabling uac_enabled.
SIP trunk password for authentication. Required when enabling uac_enabled.
When true, Synthflow sends outbound SIP REGISTER traffic to your carrier or PBX. Requires trunk_username and trunk_pwd when enabling registration.