Create JourneyID
POST
https://ekycportaldemo.innov8tif.com/api/ekyc/journeyid
Request Body
Name
Type
Description
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"
}
Input Example
{
"username":"",
"password":""
}
Last updated
Was this helpful?