---
title: "Get Taxable Location by ID"
method: GET
path: "/taxableLocations"
---

# Get Taxable Location by ID

`GET /taxableLocations`

Get a taxable location by ID.

## Query parameters

- `taxableLocationID` string, required

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `taxableLocationID` string
    - `street1` string
    - `street2` string
    - `city` string
    - `state` string
    - `zip` string
    - `is_suitable_for_taxation` boolean
    - `is_po_box` boolean
    - `is_state_mismatch` boolean
    - `is_armed_forces_address` boolean
    - `is_foreign_address` boolean
    - `is_deliverable` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
