# Get Simplified HSCodes

## /hs-codes/simplified

<mark style="color:blue;">`GET`</mark> `https://api.terminal.africa/v1/hs-codes/simplified`

This endpoint allows you to get a list of all simplified hs codes available.

#### Query Parameters

| Name           | Type   | Description                                                                  |
| -------------- | ------ | ---------------------------------------------------------------------------- |
| perPage        | Number | Specify how many records will be sent in a single response. Defaults to 100. |
| page           | Number | Specify page of records will be sent in response. Defaults to 1.             |
| chapter        | String | Filters results by simplified hs code chapter provided.                      |
| category\_code | String | Filters results by simplified category code provided.                        |
| hs\_code       | String | Filters results by simplified hs code provided.                              |

#### Headers

| Name                                            | Type   | Description                      |
| ----------------------------------------------- | ------ | -------------------------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Set value to `Bearer SECRET_KEY` |

{% tabs %}
{% tab title="200 Simplified HS codes retrieved successfully" %}

<pre class="language-json"><code class="lang-json"><strong>
</strong></code></pre>

{% endtab %}
{% endtabs %}
