---
title: "최근 공지 팝업"
method: GET
path: "/api/v1/info/popup"
tags: ["Info"]
---

# 최근 공지 팝업

`GET /api/v1/info/popup`

## Response `200`

OK

- WinclResponseDataNoticePopupDto
  - `code` string
  - `data` NoticePopupDto
    - `contentsEn` string — 공지팝업 영어 내용
    - `contentsKr` string — 공지팝업 한글 내용
    - `enabled` boolean — 공지 팝업 활성상태
    - `endTimestamp` integer — 공지팝업 종료 시간
    - `imageEnUrl` string — 공지팝업 영어 이미지
    - `imageKrUrl` string — 공지팝업 한글 이미지
    - `linkEnUrl` string — 공지팝업 영어 링크
    - `linkKrUrl` string — 공지팝업 한글 링크
    - `noticePopupId` integer — 공지 팝업 아이디
    - `registerTimestamp` integer — 공지팝업 등록 시간
    - `startTimestamp` integer — 공지팝업 시작 시간
    - `titleEn` string — 공지팝업 영어 제목
    - `titleKr` string — 공지팝업 한글 제목
  - `message` string

## 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)
