---
title: "Retrieves a TaxAgency resource."
method: GET
path: "/tax_agencies/{id}"
tags: ["TaxAgency"]
---

# Retrieves a TaxAgency resource.

`GET /tax_agencies/{id}`

Retrieves a TaxAgency resource.

## Path parameters

- `id` string, required

## Response `200`

TaxAgency resource

- TaxAgency
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `name` string
  - `taxOnSales` boolean — Boolean on if tax is applied to each sale
  - `taxOnPurchases` boolean — Boolean on if tax is applied to each purchase
  - `taxRegistrationNum` string, nullable — Tax registration number
  - `created` string, date-time, nullable — Date entry was created
  - `modified` string, date-time, nullable — Date entry was last modified

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
