Validate OTP

This endpoint is used to validate OTP

{{baseUrl}}/api/v1/messaging/otp/validate

Request

ParameterTypeDescription
codestringOTP received from user
reference_idstringID to identify the OTP

Response Sample

{
  "entity": {
    "valid": true
  }
}