{
  "data":{
    "type":"SMS_Configuration",
    "sms_enabled": true
  }
}

Layer uses SMS text messages to help your customers do their bookkeeping. The SMS Configuration object allows you to manage the SMS configuration associated with your Layer account.

Attributes

type
string

Resource type. Value will be: “Sms_Configuration”

sms_enabled
boolean

SMS enablement flag for all registered businesses. Only businesses with phone numbers will receive SMS. Defaults to false until explicitly enabled.

{
  "data":{
    "type":"SMS_Configuration",
    "sms_enabled": true
  }
}