Skip to main content

validate user and send OTP

validate user and send OTP

Request Body required
    userName string
    phoneNumber string
    sendOtp boolean
Responses

OK


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