---
title: "자주찾는 질문 리스트"
method: GET
path: "/api/v1/faq"
tags: ["FAQ"]
---

# 자주찾는 질문 리스트

`GET /api/v1/faq`

## Query parameters

- `category` string
- `searchKeyword` string
- `pageSize` integer, required
- `pageNum` integer, required

## Response `200`

OK

- WinclResponseDataListFaq
  - `code` string
  - `currentPageNum` integer — 현재 페이지 번호
  - `items` Faq[]
    - `answerEn` string — FAQ 답변 영어
    - `answerKr` string — FAQ 답변 한글
    - `category` string — FAQ 카테고리
    - `faqId` string — FAQ ID
    - `questionEn` string — FAQ 질문 영어
    - `questionKr` string — FAQ 질문 한글
  - `message` string
  - `pageSize` integer — 페이지당 아이템 개수
  - `sortType` 'AMOUNT_ASC' | 'AMOUNT_DESC' | 'ASC' | 'DESC' | 'NONE' | 'PRICE_ASC' | 'PRICE_DESC' | 'UNIT_PRICE_ASC' | 'UNIT_PRICE_DESC' — 정렬 기준
  - `totalCount` integer — 전체 아이템 개수
  - `totalPages` integer — 전체 페이지 수

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/wincl/apis/wincl-api.md) · [All operations](https://skmtc.net/wincl/apis/wincl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wincl/wincl-api/revisions/662edcbbf2b3/schema)
