Skip to main content

registration

3. Verify Auth

Verifies the OTP for a registration transaction started against an ABHA number. authData carries the transaction id and the encrypted OTP.

POST/api/registration/abha/verify/auth

Authorizations

Authorizationbearer tokenRequired

The access token from POST /api/hiecm/gateway/v3/sessions.

Body

scopestring[]Required
authDataobjectRequired
authData.authMethodsstring[]Required
authData.otpobjectRequired
authData.otp.txnIdstringRequired
authData.otp.otpValuestringRequired

Responses

200

No response body is documented for this request.