---
title: "Validate address"
method: POST
path: "/addresses/validate"
---

# Validate address

`POST /addresses/validate`

Validate an address using Check's address validation engine.

## Request body

- object
  - `line1` string, required
  - `line2` string
  - `city` string, required
  - `state` string, required
  - `postal_code` string, required
  - `country` string

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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