Create JourneyID

JourneyID is a unique ID that represent each of the user's process flow in each of the eKYC

Overview

The user is required to enter the username and password that will be provided by Innov8tif Solutions upon request for the API testing. By obtaining the Journey ID, the user will have the access to all of the APIs that are requested by Innov8tif Solutions so that the user can call each of the APIs.

Steps:

  1. Obtain the username and password from the Innov8tif side.

  2. Check out the API Method and follow the Example by calling the API.

  3. After step 2, the user should obtain the JourneyId. The JourneyId should be used for the rest of one eKYC flow.

  4. After completing the Create JourneyID API, go to the next page.

API Method

To get the JourneyID for the user to assign to the API components

POST https://ekycportaldemo.innov8tif.com/api/ekyc/journeyid

Request Body

Response Code Block
{
    "status": "success",
    "message": "api.success",
    "journeyId": "7851b4e3-df09-4ab6-8091-xxxxxxxxxxx"
}

JourneyID along with the data submitted will be purged after 14 days

Only backend to backend call is supported.

Input Example for Create JourneyId

Request Code Block
{
    "username":"userabc123",
    "password":"%$aBc1293"
}

The credentials are provided by Innov8tif Solutions.

Postman Collection

Last updated