{ "opencollection": "1.0.0", "info": { "name": "Wincl Admin Admin Order API", "version": "1.0" }, "items": [ { "info": { "name": "Admin Order", "type": "folder" }, "items": [ { "info": { "name": "주문 리스트", "type": "http" }, "http": { "method": "GET", "url": "https://api.wincl.io:443/bapi/v1/order/list", "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/bapi/v1/order/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "id" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "주문 상세" } ] } ], "bundled": true }