Enrollment

Enroll a user in ID Check

Enrolls a user in the ID Check system using the provided session ID and account ID. Sessions must be enrolled within 30 days of creation.

post/liveness/enroll

Request body

session_idstring uuid required

The session ID obtained from the /liveness/session endpoint

account_idstring required

Unique identifier for the user account

Response

Enrollment successful

request_idstring uuid required

Unique identifier for the request

successboolean required

Indicates whether the enrollment was successful

Changes

No recorded changes to this endpoint across all 1 revision of this API.