{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Admin Info API", "version": "1.0" }, "items": [ { "info": { "name": "Admin Info", "type": "folder" }, "items": [ { "info": { "name": "마케팅 배너 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/info/banner", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "info api 없이 리스트에서 전체를 내려줌" }, { "info": { "name": "마케팅 배너 등록", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/bapi/v1/info/banner", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "이미지 등록은 나중에 처리" }, { "info": { "name": "마케팅 배너 Hide", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/info/banner/hide", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "마케팅 배너 Hide" }, { "info": { "name": "마케팅 배너 Show", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/info/banner/show/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "마케팅 배너 Show" }, { "info": { "name": "마케팅 배너 상세조회", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/info/banner/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "마케팅 배너 상세조회" }, { "info": { "name": "마케팅 배너 수정", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/info/banner/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "마케팅 배너 수정" }, { "info": { "name": "마케팅 배너 삭제", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/info/banner/: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/bapi/v1/info/popup", "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": "POST", "url": "https://api.wincl.io:443/bapi/v1/info/popup", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지팝업 등록" }, { "info": { "name": "모든 공지팝업 숨기기", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/info/popup/hide", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "모든 공지팝업 숨기기" }, { "info": { "name": "특정 공지팝업 보이기", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/info/popup/show/: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/bapi/v1/info/popup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지팝업 상세조회" }, { "info": { "name": "공지팝업 수정", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/bapi/v1/info/popup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지팝업 수정" }, { "info": { "name": "공지팝업 삭제", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/bapi/v1/info/popup/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "공지팝업 삭제" } ] } ], "bundled": true }