| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
| Applicable User Roles | PSP and Direct Client |
curl --location --request GET '/v2.0/tool/getTnC/The unique identifier of the Terms and Conditions (T&Cs) to be retrieved. Eg. "A001", "X101", "X102".'{
"code": "string",
"msg": "string",
"data": {
"tncId": "string",
"tncContent": "string",
"name": "string",
"version": "string",
"effectiveFrom": 0
}
}