v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
eLinx Endpoints

elinx/settings

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

get/elinx/settings

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

Response

Successboolean

True if the sending was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "ELinxSettings": {
    "0": {
      "DefaultNotificationMethod": "email",
      "ELinxSenderEmailAddress": "john.doe@gmail.com"
    }
  }
}