GET
/
v1
/
configure
/
sms
curl https://sandbox.layerfi.com/v1/configure/sms \
  -H "Authorization: Bearer <access_token>"
{
  "data":{
    "type":"SMS_Configuration",
    "sms_enabled": true
  }
}

Response

Returns the selected SMS Configuration Object

curl https://sandbox.layerfi.com/v1/configure/sms \
  -H "Authorization: Bearer <access_token>"
{
  "data":{
    "type":"SMS_Configuration",
    "sms_enabled": true
  }
}