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

Admin Reward Program Controller

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

This API exposes 21 operations across 13 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.

21 operations 13 paths 10 schemas 4 DELETE12 GET3 POST2 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 Reward API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 21

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

Admin Reward 21

Admin Reward Program Controller

GET
/bapi/v3/rewards/companies
리워드 기업 목록 조회 (검색/필터/페이징)
listUsingGET 6 params → 200401403404
POST
/bapi/v3/rewards/companies
리워드 기업 등록
createUsingPOST body → 201401403404
GET
/bapi/v3/rewards/companies/{id}
리워드 기업 상세 조회
getUsingGET 1 param → 200401403404
PUT
/bapi/v3/rewards/companies/{id}
리워드 기업 정보 수정
updateUsingPUT 1 param body → 200201401403404
DELETE
/bapi/v3/rewards/companies/{id}
리워드 기업 삭제
deleteUsingDELETE 1 param → 200204401403
GET
/bapi/v3/rewards/issuances
리워드 상품 발급 기록 목록 조회
listUsingGET_1 → 200401403404
GET
/bapi/v3/rewards/issuances/{id}
리워드 상품 발급 기록 상세 조회
getUsingGET_1 1 param → 200401403404
DELETE
/bapi/v3/rewards/issuances/{id}
리워드 상품 발급 기록 삭제
deleteUsingDELETE_1 1 param → 200204401403
GET
/bapi/v3/rewards/orders
리워드 주문 목록 조회 (전체/검색/필터/페이징)
listAllUsingGET 7 params → 200401403404
GET
/bapi/v3/rewards/orders/{id}
리워드 주문 상세 조회
getUsingGET_2 1 param → 200401403404
DELETE
/bapi/v3/rewards/orders/{id}
리워드 주문 즉시 취소
deleteUsingDELETE_2 1 param → 200204401403
POST
/bapi/v3/rewards/orders/{id}/cancel/approve
리워드 주문 취소 요청 승인
approveCancelUsingPOST 1 param → 200201401403404
GET
/bapi/v3/rewards/programs/{programId}/orders
특정 리워드 프로그램의 주문 목록 조회 (검색/필터/페이징)
listByProgramUsingGET 7 params → 200401403404
GET
/bapi/v3/rewards/payments
리워드 결제 로그 목록 조회
listUsingGET_2 7 params → 200401403404
GET
/bapi/v3/rewards/payments/{id}
리워드 결제 로그 상세 조회
getUsingGET_3 1 param → 200401403404
GET
/bapi/v3/rewards/companies/{companyId}/programs
리워드 기업의 프로그램 목록 조회 (검색/필터/페이징)
listByCompanyUsingGET 10 params → 200401403404
GET
/bapi/v3/rewards/programs
리워드 프로그램 목록 조회
listUsingGET_3 10 params → 200401403404
POST
/bapi/v3/rewards/programs
리워드 프로그램 등록
createUsingPOST_1 body → 201401403404
GET
/bapi/v3/rewards/programs/{id}
리워드 프로그램 상세 조회
getUsingGET_4 1 param → 200401403404
PUT
/bapi/v3/rewards/programs/{id}
리워드 프로그램 수정
updateUsingPUT_1 1 param body → 200201401403404
DELETE
/bapi/v3/rewards/programs/{id}
리워드 프로그램 삭제
deleteUsingDELETE_3 1 param → 200204401403

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are RewardProgram (24 properties), RewardOrder (22 properties), RewardCompany (19 properties), RewardPaymentLog (11 properties). Each schema is shown below with its type and property counts.

RewardIssued
object
8 properties
RewardOrder
object
22 properties
RewardPaymentLog
object
11 properties
PageInfo
object
3 properties
RewardCompany
object
19 properties
PagedResponse«RewardPaymentLog»
object
2 properties
RewardProgram
object
24 properties
PagedResponse«RewardOrder»
object
2 properties
PagedResponse«RewardProgram»
object
2 properties
PagedResponse«RewardCompany»
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-admin-reward-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 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