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

Documentation Index

Fetch the complete documentation index at: https://docs.layerfi.com/llms.txt

Use this file to discover all available pages before exploring further.

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
  }
}