Linkable
Config

Get special surcharges

GET
/v1/config/special-surcharges

Bảng phụ phí đặc biệt (DTG, EMB, addon services).

Authorization

ClientToken
AuthorizationBearer <token>

Bearer token issued by Infinitee. Pass in the Authorization: Bearer <token> header.

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/config/special-surcharges"
{  "data": [    {      "surcharge_type": "string",      "condition_key": "string",      "amount": 0    }  ]}