---
title: "Validate zipcode"
method: GET
path: "/v1/client/zipcodes/{zipcode}/valid"
tags: ["Internal"]
---

# Validate zipcode

`GET /v1/client/zipcodes/{zipcode}/valid`

Validates a zipcode against rules for the country the request is coming from.

## Path parameters

- `zipcode` string, required

## Response `200`

OK

- object
  - `data` ZipcodeValidation
    - `valid` boolean, required

## Other responses

- `406` — VPN detected

---

[API](https://skmtc.net/bitlabs/apis/bitlabs-client-api.md) · [All operations](https://skmtc.net/bitlabs/apis/bitlabs-client-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitlabs/bitlabs-client-api/versions/99209a6285bf/schema)
