Get session result of detectLivenessWithVerify/singleModal call.

get/detectLivenessWithVerify/singleModal/sessions/{sessionId}

Path parameters

sessionIdstring required

The unique ID to reference this session.

Response

The request has succeeded.

idstring required

The unique ID to reference this session.

createdDateTimestring date-time required

DateTime when this session was created.

sessionStartDateTimestring date-time

DateTime when this session was started by the client.

sessionExpiredboolean required

Whether or not the session is expired.

deviceCorrelationIdstring

Unique Guid per each end-user device. This is to provide rate limiting and anti-hammering. If 'deviceCorrelationIdSetInClient' is true in this request, this 'deviceCorrelationId' must be null.

authTokenTimeToLiveInSecondsinteger

Seconds the session should last for. Range is 60 to 86400 seconds. Default value is 600.

status'NotStarted' | 'Started' | 'ResultAvailable' required

The current status of the session.

Changes