| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "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": []
- }
- ]
- }
|