---
title: Aadhaar Validator
slug: validate-aadhaar
url: https://apyverse.com/apyhub/service/validate-aadhaar
provider: ApyHub
tags: [aadhaar, identity-validation, india, kyc, data-validation]
auth: api_key
---

# Aadhaar Validator

What it does Aadhaar Validator checks whether an Aadhaar number is valid. Send a 12-digit numeric aadhaar value in the request body, and get a boolean data response back. Use Aadhaar Validator when you need a fast identity-format check before storing user records, submitting onboarding forms, or va…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/validate/aadhaar` | What it does Validates an Aadhaar number submitted in the request body. It returns a JSON object wi… | 5 |

## About

## What it does
Aadhaar Validator checks whether an Aadhaar number is valid. Send a 12-digit numeric `aadhaar` value in the request body, and get a boolean `data` response back.

Use Aadhaar Validator when you need a fast identity-format check before storing user records, submitting onboarding forms, or validating KYC inputs. It is useful anywhere you want to reject obviously invalid Aadhaar numbers early, without adding extra application logic.

The request schema is minimal: the body contains one field, `aadhaar`, as a string of digits only. The response is equally simple, returning `data` as a boolean so you can branch immediately on valid versus invalid input.

If your workflow collects Indian identity details, Aadhaar Validator fits as a lightweight validation step in signup, verification, and back-office data quality checks.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/apyhub/service/validate-aadhaar
