API reference · Onboarding authentication

Add selfie to identity template

POST/omni/b2b/v1/authentications/add-selfie-to-identity

Authentication

This endpoint requires x-api-key and X-Incode-Hardware-Id.

x-api-keyheader

Your api key. Request it from Incode support team

X-Incode-Hardware-Idheader

Session token. Created either via /omni/start or /executive/log-in

Base URL: https://demo-api.incodesmile.com — Incode demo environment

Adds the selfie from the specified or latest authentication attempt to the user's identity template set.

Path & query parameters

Name In Type Required Description
api-version header string yes Default: 1.0

Request body

Field Type Required Description
sessionId string
attemptId string

Responses

200

OK

Response body (application/json):

Field Type Required Description
success boolean Flag indicating request passed successfully.
sessionStatus string Session status Enum: Alive, Closed, Deleted
Was this page helpful?