ABHA creation, Aadhaar biometric
Start face or biometric authentication and get a transaction id
Returns the txnId that a QR code is built from. The person scans that QR with the ABHA app, completes face authentication through the Aadhaar RD service, and you then continue with the captured result.
The same call starts the face authentication login flow, not only enrolment. The Unique UUID v4 per request. Used for idempotency and distributed tracing. Generate a fresh UUID for every call. ISO 8601 UTC timestamp of the request. The recorded request sends The transaction id to carry into the next step, with a message.Authorizations
Authorizationbearer tokenRequiredaccessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.Headers
REQUEST-IDstringRequiredTIMESTAMPstringRequiredBody
scopestring[]Required["abha-enrol", "face-auth"]. The collection's own comments name the variant: face-auth starts the flow without a PID block, face-verify is the route with one. Confirm against sandbox before relying on either.Responses
200