GET
/
hts
curl --request GET \
  --url https://htsapi.com/v1/hts \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "<string>",
    "description": "<string>",
    "additional_info": [
      "<string>"
    ],
    "footnotes": [
      "<string>"
    ],
    "units": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

product
string

The type of product or details about your product

ingredients
string[]

One or multiple ingredients in your product

code
string

An HTS Code

Response

200
application/json
HTS Code response
code
string

HS Code

description
string

HS Code - Description

additional_info
string[]

HS Code - Additional Info

footnotes
string[]

HS Code - Footnotes

units
string[]

HS Code - Units