cURL
curl --request PUT \ --url https://api.wavix.com/v1/mydids/update-sms-enabled \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sms_enabled": true, "id": 123 } '
{ "success": true }
Enables or disables inbound SMS support for a phone number.
Bearer token using appid (Authorization: Bearer )
Indicates whether inbound SMS is enabled.
true
Phone number ID.
123
SMS support updated.
Indicates whether the request succeeded.
Was this page helpful?
Contact support