---
title: "Verify WhatsApp OTP V2"
method: POST
path: "/v2/whatsapp/otp/verify"
tags: ["WhatsApp OTP"]
---

# Verify WhatsApp OTP V2

`POST /v2/whatsapp/otp/verify`

This method helps you to verify one-time password to destination number<br>

**API Update Notice:** This V2 endpoint is the recommended version, replacing the previous V1 endpoint. We recommend migrating to V2 immediately for a better experience.<br>

Benefits of V2:
- Decreased processing time for API requests and responses
- Improved features: Blocking Request, Spam Check, and Blocked Numbers
- Increased RPS (from 30 RPS to 50 RPS)
- Better developer environment to support future developments
- Improved logging and monitoring
- Improved dependencies and service stability<br>

A rate limit of 50 RPS is applied to WhatsApp services. Verihubs also applies rate limits divided into several categories based on product. For more details, see [Rate Limit](https://docs.verihubs.com/docs/rate-limit).

## Headers

- `App-ID` string, required
- `API-Key` string, required

## Request body

- VerifyWhatsappOtp
  - `msisdn` string, required — This value is destination number. You need to include international prefix number.
  - `otp` string, required — Code received by destination number.
  - `challenge` string — This value is a category. You can verify OTP based on the same challenge.

## Response `200`

Successful Response

- ResponseVerifyWhatsappOTP
  - `message` string, required — Message

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/verihubs/apis/sms-api-documentation.md) · [All operations](https://skmtc.dev/verihubs/apis/sms-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verihubs/sms-api-documentation/revisions/5fa885d38adc/schema)
