POST
/
auth
/
v1
/
verify
/
otp

Authorizations

clientId
string
headerrequired
clientSecret
string
headerrequired

Body

application/json
requestId
string
required

The unique identifier of the OTP request to be verified.

otp
string
required

The OTP provided by the user for verification.

Response

200 - application/json
requestId
string

The unique identifier of the OTP request.

isOTPVerified
boolean

Indicates whether the OTP was successfully verified.

message
string

A message indicating the successful verification of the OTP.