# Get Duty

## /duties/:duty\_id

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

This endpoint allows you to get a full details for a specific duty.

#### Path Parameters

| Name          | Type   | Description                |
| ------------- | ------ | -------------------------- |
| duty\_fee\_id | String | Unique reference for duty. |

#### 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 Duty retrieved successfully." %}

```javascript
```

{% endtab %}
{% endtabs %}
