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 News API

Admin News Controller

WinCL Admin News 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 News. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 8 operations across 3 paths, and defines 10 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.

8 operations 3 paths 10 schemas 2 DELETE3 GET2 POST1 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 News API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 8

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

Admin News 8

Admin News Controller

GET
/bapi/v1/news
뉴스 리스트 조회
getNewsUsingGET 5 params → 200401403404
POST
/bapi/v1/news
뉴스 등록
insertNewsUsingPOST body → 200201401403404
GET
/bapi/v1/news/category
뉴스 카테고리 리스트
getNewsCategoryListUsingGET → 200401403404
POST
/bapi/v1/news/category
뉴스 카테고리 추가
addNewsCategoryUsingPOST body → 200201401403404
DELETE
/bapi/v1/news/category
뉴스 카테고리 삭제
removeNewsCategoryUsingDELETE body → 200204401403
GET
/bapi/v1/news/{no}
뉴스 디테일
getNewsDetailUsingGET 1 param → 200401403404
PUT
/bapi/v1/news/{no}
뉴스 업데이트
updateNewsUsingPUT 1 param body → 200201401403404
DELETE
/bapi/v1/news/{no}
뉴스 삭제
deleteNewsUsingDELETE 1 param → 200204401403

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are WinclResponseDataList«News» (8 properties), News (6 properties), CommonCode (5 properties), UpdateNewsRequest (3 properties). Each schema is shown below with its type and property counts.

DeleteNewsCategoryRequest
object
1 property
News
object
6 properties
WinclResponse
object
2 properties
WinclResponseData«News»
object
3 properties
WinclResponseDataList«News»
object
8 properties
AddNewsRequest
object
3 properties
AddNewsCategoryRequest
object
3 properties
WinclResponseData«List«CommonCode»»
object
3 properties
UpdateNewsRequest
object
3 properties
CommonCode
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-admin-news-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 Info 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