curl https://sandbox.layerfi.com/v1/configure/sms \
-H "Authorization: Bearer <access_token>"
{
"data":{
"type":"SMS_Configuration",
"sms_enabled": true
}
}
SMS
Retrieve SMS Configuration
Retrieves an SMS configuration for your Layer account.
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 Objectcurl https://sandbox.layerfi.com/v1/configure/sms \
-H "Authorization: Bearer <access_token>"
{
"data":{
"type":"SMS_Configuration",
"sms_enabled": true
}
}