{ "authentications": { "acctAuth": { "authType": "oauth2", "httpParamsName": "password", "call": { "call1": { "callOrder": 0, "url": "AuthorisationURL", "httpMethod": "GET", "httpHeaders": { "contentType": "application/json", "Accept": "application/xml" }, "httpContentType": "application/json", "keyPath": "",\\please populate the traversing path to the password "successResponses": { "statusCode": [ 200, 201, 202, 203, 204, 205 ] } } }, "url": "Retrieve Security token", "httpMethod": "POST", "httpParams": "{\"username\":\"saviynt_ops\",\"password\":\"password\"}", "httpHeaders": { "contentType": "application/json", "Accept": "application/xml" }, "httpContentType": "application/json", "authError": [ "ITATS366E", "PASWS006E" ], "timeOutError": "Read timed out", "retryFailureStatusCode": [ 401, 403 ], "errorPath": "ErrorCode", "maxRefreshTryCount": 5, "tokenResponsePath": "string.content", "tokenType": "", "accessToken": "ZDIzMzQzNmEtYTkyMi00OTkxLW7" } } }