Request

[GET]
{{baseUrl}}/api/v1/messaging/otp/validate

Query parameter

ParameterTypeDescription
codestringOTP received from user
reference_idstringID to identify the OTP

Response Sample

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