Get a Session Key

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.

Body Params

The login request data

string
required

Your DataMotion User ID or Email Address

string
required

Your DataMotion password

Responses

400

The LogonRequestData model is required in the request body. || The UserIdOrEmail field is required. || The Password field is required.

401

User 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.

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json