v1

latestOpenAPI 3.1.0Apache 2.02026-07-24113269342.0 KB
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

namestring

Name of the person obtained from ocr can be updated here.

birthDatestring

Birth date of the person obtained from ocr can be updated here.

addressstring

Address of the person obtained from ocr can be updated here.

genderstring

Gender of the person obtained from ocr can be updated here.

manualIdCheckNeededboolean

If set to true, indicates that manual check is needed for validating id.

manualSelfieCheckNeededboolean

If set to true, indicates that manual check is needed for validating selfie image.

Example request

{
  "name": "John Smith",
  "birthDate": "02/15/1990",
  "address": "221B Baker Street",
  "gender": "Male",
  "manualIdCheckNeeded": true
}

Response

OK

successboolean

Flag indicating request passed successfully.

sessionStatus'Alive' | 'Closed' | 'Deleted'

Session status