---
title: Validate Indian Postcodes API
slug: validate-indian-postcode
url: https://apyhub.com/apyhub/service/validate-indian-postcode
provider: ApyHub
tags: [postcode-validation, india, pin-code, address-validation, data-validation]
auth: api_key
---

# Validate Indian Postcodes API

What it does Validate India Postcode Validator checks whether a postcode exists in its lookup table. Send a postcode string in the request body; spaces are ignored for matching. The response is intentionally simple: you get back a boolean data value. true means the postcode was found, and false mea…

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| POST | `/validate/postcodes/in` | What it does Validates an Indian PIN code by sending a postcode string in the request body and retu… | 10 |

## About

## What it does
Validate India Postcode Validator checks whether a postcode exists in its lookup table. Send a `postcode` string in the request body; spaces are ignored for matching.

The response is intentionally simple: you get back a boolean `data` value. `true` means the postcode was found, and `false` means it was not. That makes it easy to gate checkout forms, address entry flows, or import pipelines without having to parse a larger location payload.

Use it when you need a fast existence check for Indian PIN codes and want to avoid accepting obviously invalid entries. It fits well in signup forms, shipping validation, CRM data cleanup, and any workflow where postcode correctness matters before you move on to deeper address handling.

## Usage

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