Get Duties

Fetch list of all claims available for a specific user.

/duties

GET 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*

String

Set value to Bearer SECRET_KEY

Content-Type

String

Set value to application/json

Last updated

Was this helpful?