{ "authentications": { "WORKDAY_IMPORT_Incremental": { "authType": "Basic", "url": "https://test.abc.com/ccx/wd-queue/INT0123_Messages/fresh", "httpMethod": "POST", "httpParams": {}, "httpHeaders": {}, "httpContentType": "text/html", "properties": { "userName":"########", "password":"######" }, "expiryError": "Couldn't authenticate you", "authError": [ "Couldn't authenticate you" ], "timeOutError": "Read timed out", "errorPath": "error", "maxRefreshTryCount": 5, "tokenResponsePath": "access_token", "tokenType": "Basic", "accessToken": "Basic SVNVX0lOVDExMTohc3VfMW5UMjAo", "testConnectionParams": { "http": { "url": "https://test.abc.com/ccx/wd-queue/INT0123_Messages/fresh", "httpHeaders": { "Authorization": "${access_token}" }, "httpContentType": "application/json", "httpMethod": "GET" }, "successReponse": [200], "successResponsePath": "", "errors": [ "401 : invalid username or password" ], "errorPath": "responseMessage" } } } }