v1

latestOpenAPI 3.1.0Apache 2.02026-07-24113269342.0 KB
Interview

Set session status

Set the status of current session. Possible actions to set the status to are: Alive, Closed or Deleted. Closed status disables all of the "/add/..." calls so they can no longer make any changes to the system. Deleted status deletes the important data stored in the session.

post/omni/session/status/set

Query parameters

action'Alive' | 'Closed' | 'Deleted' required
idstring

id of the session, optional, if not sent obtained from token.

Headers

api-versionstring required

Response

OK

get_idstring

Session id.

get_createdAtinteger

Timestamp, when was the session created

get_updatedAtinteger

Timestamp, when was the session last updated.

closedAtinteger

Timestamp, when was the session last closed.

frontIdAttemptsinteger

Attempts to save front id.

backIdAttemptsinteger

Attempts to save back id.

selfieAttemptsinteger

Attempts to save selfie.

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

Session status