API reference, Interview

Continue onboarding session

POSThttps://demo-api.incodesmile.com/omni/session/continue

Issues a new token for an ACTIVE existing onboarding session, for example when a user starts onboarding on desktop and continues on mobile. The session is located by exactly one of: its onboarding-link uuid, its interviewId, or its externalId (the value supplied as externalId on /omni/start; deprecated, temporary available - will be removed soon). Providing zero or more than one identifier is rejected with 400. With useUuidOnlyOnce enabled the uuid is consumed by this call and can not be reused.

Headers

api-versionstringrequiredDefaults to 1.0

Request body

application/json

uuidstring

Onboarding-link uuid identifying the session to continue. Exactly one of uuid, interviewId or externalId must be provided. With useUuidOnlyOnce enabled the uuid is consumed by this call and can not be reused.

Responses

Was this page helpful?