---
title: "Validate an address with TaxJar"
method: POST
path: "/taxjar/validate"
tags: ["Integrations"]
---

# Validate an address with TaxJar

`POST /taxjar/validate`

Returns a suggested addresses if found

## Request body

- AccountAddress
  - `id` string, uuid
  - `addressId` string
  - `streetAddressLine1` string
  - `streetAddressLine2` string
  - `streetAddressLine3` string
  - `city` string
  - `state` string
  - `country` string
  - `zipcode` string
  - `createdOn` integer
  - `updatedOn` integer

## Response `200`

successful operation

- AccountAddress
  - `id` string, uuid
  - `addressId` string
  - `streetAddressLine1` string
  - `streetAddressLine2` string
  - `streetAddressLine3` string
  - `city` string
  - `state` string
  - `country` string
  - `zipcode` string
  - `createdOn` integer
  - `updatedOn` integer

---

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