Profile update
Verify the OTP for a profile change
Completes the change the OTP was raised for. Send the same scope you used when requesting it, along with the txnId and the encrypted OTP.
Certification cases PROF_ABHA_601, PROF_ABHA_603, PROF_ABHA_604, PROF_ABHA_605
Authorizations
Authorizationbearer tokenRequiredThe accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.
Headers
REQUEST-IDstringRequiredUnique UUID v4 per request. Used for idempotency and distributed tracing. Generate a fresh UUID for every call.
TIMESTAMPstringRequiredISO 8601 UTC timestamp of the request.
X-tokenstringRequiredThe user scoped token returned when a person logs in or verifies an OTP. Required on this operation. See the shared XToken parameter, and note that this header takes the bare token with no prefix.
Body
scopestring[]RequiredauthDataobjectRequiredauthData.authMethodsstring[]RequiredauthData.otpobjectauthData.otp.txnIdstringRequiredauthData.otp.otpValuestringRequiredauthData.passwordobjectauthData.password.newPasswordstringRequiredauthData.password.oldPasswordstringRequiredreasonsstring[]Responses
200Whether the OTP verified, the transaction id, and the ABHA accounts the person may pick from.