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.
API reference, Interview
Set session status
POST
https://demo-api.incodesmile.com/omni/session/status/setQuery parameters
enum
AliveClosedDeletedid of the session, optional, if not sent obtained from token.
Headers
Responses
Response body (application/json)
Session id.
Timestamp, when was the session created
Timestamp, when was the session last updated.
Timestamp, when was the session last closed.
Attempts to save front id.
Attempts to save back id.
Attempts to save selfie.
Session status
enum
AliveClosedDeletedResponse body (application/json)
UTC timestamp in milliseconds
Custom error code or HTTP status code
HTTP status error
Custom error message
Endpoint path
Custom error details