GET
/
hs
curl --request GET \
  --url https://htsapi.com/v1/hs \
  --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 HS Code

Response

200
application/json

HS Code response

The response is of type object[].