Create JourneyID

Only backend to backend call is supported.

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

Request Body

NameTypeDescription

username

string

To be assigned by Innov8tif

password

string

To be assigned by Innov8tif

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

The journeyID will be invalid after the data get purged(after 14days)

Input Example

{
    "username":"",
    "password":""
}

Last updated