Interview
Start onboarding
This endpoint is mandatory to start any onboarding session in Incode Omni and session can be monitored on the Incode Dashboard. And it generates token which should be used for the authentication of future subsequent calls.
post/omni/start
Headers
api-versionstring required
Request body
Example request
{
"externalId": "client34598",
"externalCustomerId": "client123",
"redirectionUrl": "https://www.google.com",
"customFields": {
"firstName": "Mike",
"lastName": "Larson"
}
}Response
OK