{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin QnA API", "version": "1.0" }, "items": [ { "info": { "name": "QnA", "type": "folder" }, "items": [ { "info": { "name": "1대1 문의 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/qna", "params": [ { "name": "pageSize", "value": "", "type": "query", "description": "페이지당 아이템 개수" }, { "name": "pageNum", "value": "", "type": "query", "description": "페이지 넘버" }, { "name": "searchKeyword", "value": "", "type": "query", "description": "검색어" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "1대1 문의 리스트" }, { "info": { "name": "1대1 문의 등록", "type": "http" }, "http": { "method": "POST", "url": "https://api.wincl.io:443/api/v1/qna", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "1대1 문의 등록" }, { "info": { "name": "1대1 문의 상세내용", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/api/v1/qna/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "1대1 문의 상세내용" }, { "info": { "name": "1대1 문의 수정", "type": "http" }, "http": { "method": "PUT", "url": "https://api.wincl.io:443/api/v1/qna/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "1대1 문의 수정" }, { "info": { "name": "1대1 문의 취소", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.wincl.io:443/api/v1/qna/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "1대1 문의 취소" } ] } ], "bundled": true }