# GetTaxType

Get the tax information (description and category) for a tax type ID

`GET /api/v2/afc/taxType/{taxType}`

**API:** AFC SaaS Pro REST v2
**Tag:** Lookups
**API Version:** v2
**Authentication:** Basic (username + license key) or Bearer token

Source: https://developer.avalara.com/products/communications/api/v2/methods/Lookups/GetTaxType/

## Description

This method returns the description for the specified tax type ID. If tax type * is supplied it will return all tax types.

## Parameters

| Name | Type | In | Required | Description |
|---|---|---|---|---|
| `client_id` | integer | header | Yes | The client id. |
| `taxType` | string | path | Yes | Tax type ID for the tax type. |

## Responses

| Status | Description | Schema |
|---|---|---|
| 200 | OK |  |