| Item | Value |
|---|---|
| API Status | Stable |
| Current Version | v2.0 |
| Backward Compatibility | No |
| Applicable Environment | Production |
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": "2019-08-24"
}
}