cURL
curl --request PUT \ --url 'https://api.wavix.com/v1/mydids/update-sms-enabled?appid=' \ --header 'Content-Type: application/json' \ --data ' { "sms_enabled": true, "id": 123 } '
{ "success": true }
Use this method to enable or disable inbound SMS support on a specific phone number.
Note: Inbound SMS can only be activated on US and CA numbers.
An API key to authorize your request
Turn inbound SMS support on or off for the number.
true
Phone number ID.
123
Inbound SMS support turned on or off successfully.
Was this page helpful?