Skip to main content

validate OTP for user

validate OTP for user

Request Body required
    userName string
    otp string
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    isOTPValid boolean
Loading...