Etc.postman_collection.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. {
  2. "info": {
  3. "_postman_id": "24d2ba2f-e02b-4503-a9b0-33b3626dd191",
  4. "name": "Etc",
  5. "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
  6. "_exporter_id": "40701166"
  7. },
  8. "item": [
  9. {
  10. "name": "Config 조회",
  11. "request": {
  12. "auth": {
  13. "type": "noauth"
  14. },
  15. "method": "GET",
  16. "header": [],
  17. "url": {
  18. "raw": "{{baseUrl}}/api/config",
  19. "host": [
  20. "{{baseUrl}}"
  21. ],
  22. "path": [
  23. "api",
  24. "config"
  25. ]
  26. },
  27. "description": "사이트 설정 정보를 조회합니다."
  28. },
  29. "response": []
  30. },
  31. {
  32. "name": "문서 조회",
  33. "request": {
  34. "auth": {
  35. "type": "noauth"
  36. },
  37. "method": "GET",
  38. "header": [],
  39. "url": {
  40. "raw": "{{baseUrl}}/api/document/terms",
  41. "host": [
  42. "{{baseUrl}}"
  43. ],
  44. "path": [
  45. "api",
  46. "document",
  47. "terms"
  48. ]
  49. },
  50. "description": "문서 코드로 문서를 조회합니다. (예: terms, privacy)"
  51. },
  52. "response": []
  53. },
  54. {
  55. "name": "FAQ 분류 조회",
  56. "request": {
  57. "auth": {
  58. "type": "noauth"
  59. },
  60. "method": "GET",
  61. "header": [],
  62. "url": {
  63. "raw": "{{baseUrl}}/api/faq/categories",
  64. "host": [
  65. "{{baseUrl}}"
  66. ],
  67. "path": [
  68. "api",
  69. "faq",
  70. "categories"
  71. ]
  72. },
  73. "description": "활성화된 FAQ 분류 목록을 조회합니다."
  74. },
  75. "response": []
  76. },
  77. {
  78. "name": "FAQ 항목 조회",
  79. "request": {
  80. "auth": {
  81. "type": "noauth"
  82. },
  83. "method": "POST",
  84. "header": [],
  85. "body": {
  86. "mode": "raw",
  87. "raw": "{\n \"Code\": \"general\"\n}",
  88. "options": {
  89. "raw": {
  90. "language": "json"
  91. }
  92. }
  93. },
  94. "url": {
  95. "raw": "{{baseUrl}}/api/faq/items",
  96. "host": [
  97. "{{baseUrl}}"
  98. ],
  99. "path": [
  100. "api",
  101. "faq",
  102. "items"
  103. ]
  104. },
  105. "description": "분류 코드로 FAQ 항목들을 조회합니다."
  106. },
  107. "response": []
  108. },
  109. {
  110. "name": "배너 조회",
  111. "request": {
  112. "auth": {
  113. "type": "noauth"
  114. },
  115. "method": "POST",
  116. "header": [],
  117. "body": {
  118. "mode": "raw",
  119. "raw": "{\n \"Code\": \"main\"\n}",
  120. "options": {
  121. "raw": {
  122. "language": "json"
  123. }
  124. }
  125. },
  126. "url": {
  127. "raw": "{{baseUrl}}/api/banner/items",
  128. "host": [
  129. "{{baseUrl}}"
  130. ],
  131. "path": [
  132. "api",
  133. "banner",
  134. "items"
  135. ]
  136. },
  137. "description": "배너 그룹 코드로 배너 목록을 조회합니다."
  138. },
  139. "response": []
  140. },
  141. {
  142. "name": "팝업 조회",
  143. "request": {
  144. "auth": {
  145. "type": "noauth"
  146. },
  147. "method": "POST",
  148. "header": [],
  149. "body": {
  150. "mode": "raw",
  151. "raw": "{\n \"Code\": \"default\"\n}",
  152. "options": {
  153. "raw": {
  154. "language": "json"
  155. }
  156. }
  157. },
  158. "url": {
  159. "raw": "{{baseUrl}}/api/popups",
  160. "host": [
  161. "{{baseUrl}}"
  162. ],
  163. "path": [
  164. "api",
  165. "popups"
  166. ]
  167. },
  168. "description": "팝업 그룹 코드로 팝업 목록을 조회합니다."
  169. },
  170. "response": []
  171. }
  172. ]
  173. }