> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onenumber.africa/llms.txt
> Use this file to discover all available pages before exploring further.

# Validate OTP

<Note>
  This is endpoint is used to validate OTP.
</Note>

## Request Path Parameters

<ParamField path="reference" type="string" placeholder="MSG_r1C6MG0Vo8IzTav" required>
  The reference of the Message.
</ParamField>

## Response Data

<ResponseField name="statusCode" type="int">
  The status of the response. If the OTP is valid, the response will be 200.
</ResponseField>

<ResponseField name="message" type="string">
  The message (description) of the response.
</ResponseField>
