CLEARIE GETWAYEX-IM Intelligence & APIs
← Marketplace

Incentives · min plan: starter · standard (1u) · scope: read:schemes · both

Drawback Lookup

Returns date-effective Duty Drawback rows with eligibility, filing rules, legal basis, source hash, and verification status.

GET /v1/drawback/rates

Required scope

read:schemes

API credits

1 per success

Minimum plan

starter

Rate-limit bucket

standard

Parameters

NameInTypeRequiredDescription
hsnquerystringExact or prefix HSN.
export_datequerystringExport date.

Sample request

curl "https://getway.clearie.neximprove.com/v1/drawback/rates?hsn=62030101" -H "Authorization: Bearer $CLEARIE_API_KEY"

Sample response

{
  "items": [
    {
      "hsn_code": "62030101",
      "rate_pct": 3.3,
      "cap_inr_per_unit": 90,
      "match_type": "exact"
    }
  ]
}

Live response contract

Live calls require API-key authentication, read:schemes scope, plan access, and available quota. Successful calls consume 1 API credits.

Sandbox sample response

Workspace try-it calls use isolated representative sandbox records. They are for integration validation, not production filing.

Error examples

401 invalid key · 403 missing scope or plan · 429 quota/rate limit · 404 no verified data where applicable.

Response schema

root object {
items* array [
item object {
hsn_code* string// e.g. "62030101"
rate_pct* number// e.g. 3.3
cap_inr_per_unit* integer// e.g. 90
match_type* string// e.g. "exact"
}
]
}

Try this API live in the workspace

The in-app try-it console runs against the isolated deterministic sandbox repository. It never reads live customer or reference records.