{ "info": { "_postman_id": "24d2ba2f-e02b-4503-a9b0-33b3626dd191", "name": "Etc", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "40701166" }, "item": [ { "name": "Config 조회", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/config", "host": [ "{{baseUrl}}" ], "path": [ "api", "config" ] }, "description": "사이트 설정 정보를 조회합니다." }, "response": [] }, { "name": "문서 조회", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/document/terms", "host": [ "{{baseUrl}}" ], "path": [ "api", "document", "terms" ] }, "description": "문서 코드로 문서를 조회합니다. (예: terms, privacy)" }, "response": [] }, { "name": "FAQ 분류 조회", "request": { "auth": { "type": "noauth" }, "method": "GET", "header": [], "url": { "raw": "{{baseUrl}}/api/faq/categories", "host": [ "{{baseUrl}}" ], "path": [ "api", "faq", "categories" ] }, "description": "활성화된 FAQ 분류 목록을 조회합니다." }, "response": [] }, { "name": "FAQ 항목 조회", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"Code\": \"general\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/faq/items", "host": [ "{{baseUrl}}" ], "path": [ "api", "faq", "items" ] }, "description": "분류 코드로 FAQ 항목들을 조회합니다." }, "response": [] }, { "name": "배너 조회", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"Code\": \"main\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/banner/items", "host": [ "{{baseUrl}}" ], "path": [ "api", "banner", "items" ] }, "description": "배너 그룹 코드로 배너 목록을 조회합니다." }, "response": [] }, { "name": "팝업 조회", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "raw", "raw": "{\n \"Code\": \"default\"\n}", "options": { "raw": { "language": "json" } } }, "url": { "raw": "{{baseUrl}}/api/popups", "host": [ "{{baseUrl}}" ], "path": [ "api", "popups" ] }, "description": "팝업 그룹 코드로 팝업 목록을 조회합니다." }, "response": [] } ] }