This method is used to authenticate DataMotion credentials and retrieve a session key. Unless otherwise noted, this method must be called before any any other web service function, as the X-Session-Key header value is required to call most methods. A successful transaction will receive a 200 status code.
400The LogonRequestData model is required in the request body. || The UserIdOrEmail field is required. || The Password field is required.
401User account has not been verified. || User credentials are invalid. || Login restricted by IP address and user IP address is NULL. || Login restricted by IP address and user IP address is not in the list of allowed IP addresses. || Password expired. User must change their password to use this function. || Too many invalid login attempts. User automatically disabled. || User could not be authenticated. || User disabled.