API Authentication

This feature provides you the option to enable authentication on Interact API calls. When it is enabled, Interact RT checks if an incoming API request has a valid authentication token, if not, it authenticates it using the supplied username and password with Marketing Platform. The request is rejected if the token is not valid and username / password is not valid. Each token has a non-extendable lifetime of the Interact session cache becomes timeout. The token is tied with the session-Id, which is provided during the startSession() API call. So all the other API calls validate this token before proceeding. This feature is disabled by default.