# Search Simplified HSCodes

## /hs-codes/simplified/search/query

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

This endpoint allows you to search from the 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 what page of records will be sent in response. Defaults to 1.        |
| query\_string<mark style="color:red;">\*</mark> | String | Query to search                                                              |

#### Headers

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

{% tabs %}
{% tab title="200 Search results" %}

```json
```

{% endtab %}
{% endtabs %}
