API Documentation
All API
Service
Search for Terms and Conditions ListSync
Version: v1
Version: v1
/api/v1/user/terms/all
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Form : yyMMddHHmiSS-xxxxxxx
- xxxxxxx : 7digit, Hex String
X-KM-Crypto-Key-Id
string
Optional
Length : 32
Data encryption/decryption key ID
- Given ID from creating the service provider's project
- If it is passed as a callback, the first key issued among the keys issued to the service provider is used.
Response Parameters
termsList
array of objects
Required
List of Terms & Conditions
termsList_item
object
Optional
tcId
number
Required
Min : 1 , Max : 9999999999999999999
Terms & Conditions ID
tcActionType
string
Optional
Min : 1 , Max : 255
Usage type of Terms & Conditions
- PY : Personal information collection
- UNDER_14 : Under the age of 14
- COUPON_SHOP : Coupon shop
- EZWEL : Welfare service
- OPEN_BANK : Open banking
- OPEN_BANK_SPECIFIC : Open banking withdrawal/query
- MKT_NOTI : Receiving marketing communications
- DEDUCT : Auto income tax deduction
title
string
Required
Min : 1 , Max : 255
Title of Terms & Conditions
url
string
Required
Min : 1 , Max : 255
Terms & Conditions URL
required
string
Required
Min : 1 , Max : 255
Requirement of Terms & Conditions
- MANDATORY : Required
- OPTIONAL : Not required
order
string
Required
Min : 1 , Max : 8
Order of Terms & Conditions
isAgree
boolean
Required
Agreement of member
If there is request "userId":
- For the Terms and Conditions agreed by the member, the value is true, and for the Terms and Conditions not agreed by the member, the value is false
If there is no request "userId":
- False
agreeDate
string
Optional
Length : 17
Date of agreement on Terms & Conditions
- Format : yyyyMMddHHmmssSSS
- Used when there is request "userId"
viewPositionType
string
Optional
Min : 1 , Max : 20
Point of exposure to Terms & Conditions
- OPEN_BANK : When using open banking service
- USER_PORTAL_CARD : When using card management site
- NULL : When registering for membership
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success.
Description
Success
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!