---
title: "elinx/settings"
method: GET
path: "/elinx/settings"
tags: ["eLinx Endpoints"]
---

# elinx/settings

`GET /elinx/settings`

This endpoint is used to retrieve a list of all eLinx settings.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required

## Response `200`

- object
  - `Success` boolean — True if the sending was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ELinxSettings` object — List of current eLinx settings
    - `0` object
      - `DefaultNotificationMethod` string — Default notification method.
      - `EnableELinxDecline` boolean — Can customer's decline an eLinx request
      - `ELinxExpirationTime` integer — Expiration time (in days) of an eLinx request.
      - `ELinxSenderEmailAddress` string — Default sender email address for eLinx requests.
      - `ELinxReminderEnabled` boolean — Are eLinx reminders enabled.
      - `SenderNotificationsEnabled` boolean — Are sender notifications enabled
      - `ReceiverNotificationsEnabled` boolean — Are receiver notifications enabled
      - `ELinxReminderFrequency` integer — Reminder Frequency (in days) of an eLinx request.
      - `OTPRequired` string — OTP setting

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
