{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Wallet API", "version": "1.0" }, "items": [ { "info": { "name": "Wallet", "type": "folder" }, "items": [ { "info": { "name": "총 구매수량, 총 사용가능 수량, 총 사용 수량 정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/amount", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "총 구매수량, 총 사용가능 수량, 총 사용 수량 정보" }, { "info": { "name": "상쇄인증서 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/cert", "params": [ { "name": "sortType", "value": "", "type": "query", "description": "정렬기준" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "상쇄인증서 리스트" }, { "info": { "name": "상쇄인증서 상세정보 공유하기", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/cert/share", "params": [ { "name": "loginId", "value": "", "type": "query", "description": "loginId" }, { "name": "projectId", "value": "", "type": "query", "description": "projectId" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "상쇄인증서 상세정보 공유하기" }, { "info": { "name": "상쇄인증서 상세정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/cert/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "프로젝트 아이디" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "상쇄인증서 상세정보" }, { "info": { "name": "credit 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/credit", "params": [ { "name": "sortType", "value": "", "type": "query", "description": "정렬기준" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "credit 리스트" }, { "info": { "name": "Credit 상쇄하기", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/api/v1/wallet/credit/offset", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Credit 상쇄하기" }, { "info": { "name": "Credit 선물하기", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/api/v1/wallet/credit/transfer", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Credit 선물하기" }, { "info": { "name": "Credit 선물하기 테스트", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/api/v1/wallet/credit/transfer/test", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Credit 선물하기 테스트" }, { "info": { "name": "credit 상세정보", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/credit/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "프로젝트 아이디" }, { "name": "sortType", "value": "", "type": "query", "description": "정렬기준" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "credit 상세정보" }, { "info": { "name": "선물 받기", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/api/v1/wallet/gift/receive", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "선물 받기" }, { "info": { "name": "받은 선물 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/gift/received", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "받은 선물 리스트" }, { "info": { "name": "보낸 선물 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/gift/sent", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "보낸 선물 리스트" }, { "info": { "name": "보낸 선물 취소", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/api/v1/wallet/gift/sent/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "보낸 선물 취소" }, { "info": { "name": "선물 정보 조회", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/gift/:giftCd", "params": [ { "name": "giftCd", "value": "", "type": "path", "description": "giftCd" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "선물 정보 조회" }, { "info": { "name": "구매내역", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/history/buy", "params": [ { "name": "sortType", "value": "", "type": "query", "description": "정렬기준" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "구매내역" }, { "info": { "name": "상품별 구매내역", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/wallet/history/buy/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "선택한 구매 ID (`id_usr_prod_buy` 값)" }, { "name": "sortType", "value": "", "type": "query", "description": "정렬기준" }, { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "상품별 구매내역" } ] } ], "bundled": true }