Skip to main content

Sign in

POST 

/login

Sign in (login) to the system. This will return a wtsession token that you can use to authenticate future API requests via the Cookie header.

How to authenticate to the Journyx API is described in the Authentication section.

Request

Responses

Successful login; see the results object in the response body.

tip

Important: The wtsession token is set in the response headers. You can send this token in the Cookie header of future API requests to authenticate. The token is not in the response body.

Response Headers
    Set-Cookie

    The wtsession cookie is set in the response headers. You can send this cookie in the Cookie header of future API requests to authenticate.

    X-Session-Id

    The X-Session-Id header is set in the response headers. You can send this in the Cookie header of future API requests to authenticate.