---
title: "답변 선택"
method: POST
path: "/webapi/faq/select_answer"
tags: ["FAQs"]
---

# 답변 선택

`POST /webapi/faq/select_answer`

이 Method는 유저가 특정 FAQ를 조회하는 것을 시뮬레이션할 때 사용합니다.

## Headers

- `AGENT-EMAIL` string
- `USER-EMAIL` string
- `OWN-USER-ID` string

## Request body

- object
  - `id` string — 선택하고 싶은 FAQ의 ID
  - `hashId` string — Q&A 검색 반환 결과의 ID

## Response `200`

FAQ 선택 완료

- object
  - `result` string — 성공할 경우, "성공"을 반환합니다.

## Other responses

- `400` — Invalid request parameters.
- `401` — Authentication failed. The API-KEY header is missing or invalid.
- `403` — Access denied. The project is inactive or the request IP is not allowed.
- `404` — 잘못된 FAQ를 제공할 경우
- `500` — Internal server error.

---

[API](https://skmtc.dev/allganize/apis/alli-api-documentation.md) · [All operations](https://skmtc.dev/allganize/apis/alli-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/allganize/alli-api-documentation/revisions/c3e966e54dfc/schema)
