POST
/
auth
/
v1
/
verify
/
otp

Authorizations

clientId
string
header
required
clientSecret
string
header
required

Body

application/json
otp
string
required

The OTP provided by the user for verification.

requestId
string
required

The unique identifier of the OTP request to be verified.

Response

200 - application/json
isOTPVerified
boolean

Indicates whether the OTP was successfully verified.

message
string

A message indicating the successful verification of the OTP.

requestId
string

The unique identifier of the OTP request.