> ## 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.

# Retrieve SMS Configuration

> Retrieves an SMS configuration for your Layer account.

### Response

Returns the selected [SMS Configuration Object](/api-reference/sms/sms)

<RequestExample>
  ```bash Request theme={null}
  curl https://sandbox.layerfi.com/v1/configure/sms \
    -H "Authorization: Bearer <access_token>"
  ```
</RequestExample>

<ResponseExample>
  ```json Example theme={null}
  {
    "data":{
      "type":"SMS_Configuration",
      "sms_enabled": true
    }
  }
  ```
</ResponseExample>
