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
Example response
{
"ELinxSettings": {
"0": {
"DefaultNotificationMethod": "email",
"ELinxSenderEmailAddress": "john.doe@gmail.com"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.