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