curl -X PUT https://sandbox.layerfi.com/v1/configure/sms \ -H "Authorization: Bearer <access_token>" \ -H "Content-Type: application/json" \ -d '{ "sms_enabled": true }'
{ "data":{ "type":"Sms_Configuration", "sms_enabled": true } }
Updates the SMS configuration on your Layer account.