API Documentation

You can find the list of API in Journey done though Swager UI. Swagger v3 UI does not support IE 11.

If AWS ELB (Elastic Load Balancing) is on HTTPS and Journey product is on HTTP, If Journey Swagger API page is not loading or Swagger API are not executing, user needs to Configure Tomcat for SSL offloading by adding below parameters connector tag in server.xml:

Example: /opt/Tomcat/Journey_instance/conf/server.xml

<Connector port="7010" protocol="HTTP/1.1"

connectionTimeout="20000"

scheme="https" secure="true"

redirectPort="9010" />