Create identity
The identity creation process is necessary to enable authentication for a given user. Subsequent authentication attempts for this user will be compared against this created identity, based on the personId, while storing the user's context data. A clear selfie is required, used for facial validation.
Email and phone are optional for the API, but required if you intend to allow OTPs as a means of re-authenticating this user. In this case, in addition to enabling email or SMS in the authentication policy, users must have an email and phone number registered.
All calls to the API are authenticated and must have the token next to Bearer
prefix in the Authorization
header of the request. Calls with a missing or invalid access token will return status code 401 ("Unauthorized").
The token used to make requests to the API is the access token generated according to these instructions..
Last updated