For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
SupportLog InSign Up
GuidesAPI Reference
GuidesAPI Reference
  • Tax Rates
    • GETGet Tax Rates (v5.0)
  • Account
    • GETGet Account Metrics (v5.0)
  • Data
    • GETGet TIC Codes
    • POSTSearch TIC Codes
    • POSTRecommend TIC Codes
    • GETGet TIC Search JSON Schema
  • System
    • GETHealth Check
    • GETGet System Metadata
Logo
SupportLog InSign Up
Data

Get TIC Codes

GET
/data/tic
GET
/data/tic
$curl https://api.ziptax.com/data/tic
200Retrieved
1{
2 "tic_list": [
3 {
4 "tic": {
5 "id": "string",
6 "label": "string",
7 "nl_label": "string",
8 "nl_title": "string",
9 "parent": "string",
10 "title": "string"
11 }
12 }
13 ]
14}

Returns Taxability Information Code (TIC) data

Was this page helpful?
Previous

Search TIC Codes

Next
Built with

Query parameters

formatenumOptionalDefaults to json
Response format
Allowed values:

Response

OK
tic_listlist of objects or null
List of TIC codes