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

Admin Faq Controller

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

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

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

Paths & Operations 6

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

Admin FAQ 6

Admin Faq Controller

GET
/bapi/v1/faq
FAQ 리스트
getFaqByCategoryUsingGET 4 params → 200401403404
POST
/bapi/v1/faq
FAQ 등록
createFaqUsingPOST body → 200201401403404
GET
/bapi/v1/faq/category
FAQ 카테고리 리스트
getFaqCategoryUsingGET → 200401403404
GET
/bapi/v1/faq/{id}
FAQ Detail
getFaqUsingGET 1 param → 200401403404
PUT
/bapi/v1/faq/{id}
FAQ 수정
updateFaqUsingPUT 1 param body → 200201401403404
DELETE
/bapi/v1/faq/{id}
FAQ 삭제
deleteFaqUsingDELETE 1 param → 200204401403

Schemas 8

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

CreateFaqRequest
object
5 properties
WinclResponseData«List«FaqCategory»»
object
3 properties
WinclResponse
object
2 properties
Faq
object
6 properties
WinclResponseDataList«Faq»
object
8 properties
WinclResponseData«Faq»
object
3 properties
FaqCategory
object
4 properties
UpdateFaqRequest
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs WinCL publishes across the network.

WinCL Admin API
WinCL Admin Auth API
WinCL Admin Hedera API
WinCL Admin Info 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