---
title: "WhatsApp Number Validation"
method: POST
path: "/whatsapp/validate"
---

# WhatsApp Number Validation

`POST /whatsapp/validate`

## Request body

- object
  - `phone_number` string — This checks whether a phone number is active on WhatsApp or not. Input the phone number starting with a country code, e.g 2349039099438

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `is_valid` boolean
    - `phone_number` string
  - `errors` unknown
  - `message` string
  - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.dev/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendchamp/send-sms/revisions/399d08f054ce/schema)
