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

Internal Reward Company Controller

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

This API exposes 14 operations across 9 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.

14 operations 9 paths 8 schemas 2 DELETE9 GET1 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 Internal Reward API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 14

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

Internal Reward 14

Internal Reward Company Controller

GET
/api/v3/rewards/internal/company
나(기업)의 리워드 기업 정보 조회
getUsingGET_5 → 200401403404
PUT
/api/v3/rewards/internal/company
나(기업)의 리워드 기업 정보 수정
updateUsingPUT_2 body → 200201401403404
GET
/api/v3/rewards/internal/issuances
나(기업)의 리워드 상품 발급 기록 목록 조회
listUsingGET_4 → 200401403404
POST
/api/v3/rewards/internal/issuances
나(기업)의 리워드 상품 발급 기록 등록
createUsingPOST_2 body → 201401403404
GET
/api/v3/rewards/internal/issuances/{id}
나(기업)의 리워드 상품 발급 기록 상세 조회
getUsingGET_6 1 param → 200401403404
PUT
/api/v3/rewards/internal/issuances/{id}
나(기업)의 리워드 상품 발급 기록 수정
updateUsingPUT_3 1 param body → 200201401403404
DELETE
/api/v3/rewards/internal/issuances/{id}
나(기업)의 리워드 상품 발급 기록 삭제
deleteUsingDELETE_4 1 param → 200204401403
GET
/api/v3/rewards/internal/programs/{programId}/orders
특정 프로그램의 주문 목록 조회 (페이징/검색)
listOrdersByProgramUsingGET 7 params → 200401403404
GET
/api/v3/rewards/internal/programs/{programId}/orders/{orderId}
특정 프로그램의 주문 상세 조회
getOrderDetailUsingGET 2 params → 200401403404
DELETE
/api/v3/rewards/internal/programs/{programId}/orders/{orderId}
특정 프로그램의 주문 취소
cancelOrderUsingDELETE 2 params → 200204401403
GET
/api/v3/rewards/internal/orders/{orderId}/payments
나(기업)의 특정 주문의 결제 로그 목록 조회 (시간순)
listLogsByOrderUsingGET 1 param → 200401403404
GET
/api/v3/rewards/internal/payments/{id}
나(기업)의 리워드 결제 로그 상세 조회
getUsingGET_7 1 param → 200401403404
GET
/api/v3/rewards/internal/programs
나(기업)의 리워드 프로그램 목록 조회
listUsingGET_5 10 params → 200401403404
GET
/api/v3/rewards/internal/programs/{id}
나(기업)의 리워드 프로그램 상세 조회
getUsingGET_8 1 param → 200401403404

Schemas 8

The contract defines 8 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
RewardProgram
object
24 properties
PagedResponse«RewardOrder»
object
2 properties
PagedResponse«RewardProgram»
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-internal-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