Validate OTP

The Addresses how to use the endpoint to validate OTP.

Request

{{baseUrl}}/messaging/otp/validate

Request

ParameterTypeDescription
codeStringOTP received from user
referenceStringTo Identify the OTP

Response Sample

{
    "status": true,
    "message": "OTP Code is valid"
}