Skip to main content
POST
Validate OTP

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

transactionId
string
required

The transactionId to validate.

Body

application/json
otp
string
required

The otp sent to the user

Response

200

success
boolean
default:true
Example:

true

message
string
Example:

"OTP validated successfully."

transactionId
string
Example:

"pA7dbAjcXr9CZrG5"