Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WinCL Admin Info API

Admin Info Controller

WinCL Admin Info API is one of 44 APIs that WinCL publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Admin Info. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 14 operations across 8 paths, and defines 13 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.wincl.io:443.

14 operations 8 paths 13 schemas 4 DELETE5 GET2 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.wincl.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

WinCL Admin Info API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 14

Across 8 paths, the API surfaces 14 operations — 4 DELETE, 5 GET, 2 POST, 3 PUT. Each is listed below with its method, path, parameters, and response codes.

Admin Info 14

Admin Info Controller

GET
/bapi/v1/info/banner
마케팅 배너 리스트
bannerListUsingGET 2 params → 200401403404
POST
/bapi/v1/info/banner
마케팅 배너 등록
insertBannerUsingPOST body → 200201401403404
DELETE
/bapi/v1/info/banner/hide
마케팅 배너 Hide
hideBannerUsingDELETE → 200204401403
GET
/bapi/v1/info/banner/show/{id}
마케팅 배너 Show
showBannerUsingGET 1 param → 200401403404
GET
/bapi/v1/info/banner/{id}
마케팅 배너 상세조회
getBannerUsingGET 1 param → 200401403404
PUT
/bapi/v1/info/banner/{id}
마케팅 배너 수정
modifyBannerUsingPUT 1 param body → 200201401403404
DELETE
/bapi/v1/info/banner/{id}
마케팅 배너 삭제
deleteBannerUsingDELETE 1 param → 200204401403
GET
/bapi/v1/info/popup
공지팝업 리스트
popupListUsingGET 2 params → 200401403404
POST
/bapi/v1/info/popup
공지팝업 등록
insertPopupUsingPOST body → 200201401403404
DELETE
/bapi/v1/info/popup/hide
모든 공지팝업 숨기기
hidePopupsUsingDELETE → 200204401403
PUT
/bapi/v1/info/popup/show/{id}
특정 공지팝업 보이기
showPopupUsingPUT 1 param → 200201401403404
GET
/bapi/v1/info/popup/{id}
공지팝업 상세조회
getPopupUsingGET 1 param → 200401403404
PUT
/bapi/v1/info/popup/{id}
공지팝업 수정
modifyPopupUsingPUT 1 param body → 200201401403404
DELETE
/bapi/v1/info/popup/{id}
공지팝업 삭제
deletePopupUsingDELETE 1 param → 200204401403

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are NoticePopupDto (13 properties), AdminNoticePopupRequest (10 properties), Banner (8 properties), WinclResponseDataList«NoticePopupDto» (8 properties). Each schema is shown below with its type and property counts.

WinclResponseData«NoticePopupResponse»
object
3 properties
WinclResponseData«Banner»
object
3 properties
WinclResponseData«BannerResponse»
object
3 properties
BannerResponse
object
1 property
NoticePopupDto
object
13 properties
AdminNoticePopupRequest
object
10 properties
WinclResponse
object
2 properties
WinclResponseDataList«Banner»
object
8 properties
AdminInsertBannerRequest
object
5 properties
NoticePopupResponse
object
1 property
WinclResponseDataList«NoticePopupDto»
object
8 properties
Banner
object
8 properties
WinclResponseData«NoticePopupDto»
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-admin-info-api-openapi.yml Raw ↑

Other APIs WinCL publishes across the network.

WinCL Admin API
WinCL Admin Auth API
WinCL Admin FAQ API
WinCL Admin Hedera API
WinCL Admin News API
WinCL Admin Notice API
WinCL Admin Order API
WinCL Admin Payment API
WinCL Admin Product API
WinCL Admin Project API
WinCL Admin QnA API
WinCL Admin Reward API