CLEARIE GETWAYEX-IM Intelligence & APIs
← Marketplace

Schemes · min plan: starter · medium (3u) · scope: read:schemes · both

RoDTEP Rates

Returns percentage and per-unit caps for verified RoDTEP schedule lines.

GET /v1/master/schemes/rodtep

Required scope

read:schemes

API credits

3 per success

Minimum plan

starter

Rate-limit bucket

medium

Parameters

NameInTypeRequiredDescription
codequerystringExact or prefix HSN code.

Sample request

curl "https://getway.clearie.neximprove.com/v1/master/schemes/rodtep?code=13023240" -H "Authorization: Bearer $CLEARIE_API_KEY"

Sample response

{
  "items": [
    {
      "hsn": "13023240",
      "rate_pct": 0.5,
      "cap_inr_per_unit": null,
      "effective_from": "2023-01-16"
    }
  ],
  "meta": {
    "weighted_units": 3
  }
}

Live response contract

Live calls require API-key authentication, read:schemes scope, plan access, and available quota. Successful calls consume 3 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* string// e.g. "13023240"
rate_pct* number// e.g. 0.5
cap_inr_per_unit* null
effective_from* string// e.g. "2023-01-16"
}
]
meta* object {
weighted_units* integer// e.g. 3
}
}

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.