Fetch onboarding status
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
id
string
Represents interview id for which status is requested. If it is not present it will be read from token.
api-version
string
required
Defaults to 1.0
``200 onboardingStatus: String. A flag indicating current status of onboarding session. Possible values: - ID_VALIDATION_FINISHED - User finished with capturing of ID, - POST_PROCESSING_FINISHED - ID postprocessing finished on server, - FACE_VALIDATION_FINISHED - User finished with selfie capture, - ONBOARDING_FINISHED - User finished onboarding process, - MANUAL_REVIEW_APPROVED - Session that was in Needs Review state, manually approved by Executive, - MANUAL_REVIEW_REJECTED - Session that was in Needs Review state, manually rejected by Executive, - UNKNOWN - Unable to determine status of onboarding session - user still didn't start onboarding or user is still in the process of capturing ID.
``400 Bad Request
curl --request GET
--url https://demo-api.incodesmile.com/omni/get/onboarding/status
--header 'accept: application/json'
--header 'api-version: 1.0'