---
title: "3. 쿠폰 응모 때 입력한 정보를 수집합니다. (접근토큰이 필요없음)"
method: POST
path: "/api/v2/coupons/magic/answer"
tags: ["Coupon"]
---

# 3. 쿠폰 응모 때 입력한 정보를 수집합니다. (접근토큰이 필요없음)

`POST /api/v2/coupons/magic/answer`

이벤트 참여를 위한 참자가 정보 (나이, 성별)을 수집합니다. 가입 전 호출하므로 접근토큰이 필요없습니다.

## Request body

- GatherEventAnswersRequest
  - `answers` string[] — 응답 목록 (참가자 답변을 질문 순서대로 Array 형태에 담음)
  - `emissionAmount` number — 결과 탄소배출량
  - `eventId` string — 이벤트 ID
  - `questionSetId` string — 질문 세트 ID (한 이벤트에 질문지 세트가 여럿인 경우 구별)

## Response `200`

OK

- WinclResponseDataGatherEventApplyResult
  - `code` string
  - `data` GatherEventApplyResult
    - `eventId` string
    - `gathered` boolean
  - `message` string

## Other responses

- `201` — Created
- `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)
