# Get Duties

## /duties

<mark style="color:blue;">`GET`</mark> `https://api.terminal.africa/v1/duties`

This endpoint allows you to get a list of duties available for a specific user.

#### 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.        |
| applied  | String | Applied status of customs duty rate.                                         |
| currency | String | Currency of customs duty estimate.                                           |

#### Headers

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

{% tabs %}
{% tab title="200: OK Duties retrieved successfully." %}

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

{% endtab %}
{% endtabs %}
