Interview
Update interview
If upload of front, back side of id or selfie, was not successful after retries, use this endpoint to specify that additional manual check is needed.
put/omni/update
Query parameters
idstring
Id of onboarding for which data will be updated. If not present, it will be extracted from token.
Headers
api-versionstring required
Request body
Example request
{
"name": "John Smith",
"birthDate": "02/15/1990",
"address": "221B Baker Street",
"gender": "Male",
"manualIdCheckNeeded": true
}Response
OK