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

Reward Company Controller

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

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

9 operations 6 paths 5 schemas 1 DELETE6 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 Reward API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 9

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

Reward 9

Reward Company Controller

GET
/api/v3/rewards/companies/{id}
리워드 기업 상세 조회
getUsingGET_9 1 param → 200401403404
GET
/api/v3/rewards/orders
나의 리워드 주문 목록 조회
listUsingGET_6 → 200401403404
POST
/api/v3/rewards/orders
나의 리워드 주문 생성
createUsingPOST_3 body → 201401403404
GET
/api/v3/rewards/orders/{id}
나의 리워드 주문 상세 조회
getUsingGET_10 1 param → 200401403404
PUT
/api/v3/rewards/orders/{id}
나의 리워드 주문 정보 수정
updateUsingPUT_4 1 param body → 200201401403404
DELETE
/api/v3/rewards/orders/{id}
나의 리워드 주문 취소
deleteUsingDELETE_5 1 param → 200204401403
GET
/api/v3/rewards/companies/{companyId}/programs
리워드 기업의 리워드 프로그램 목록 조회 (검색/필터/페이징)
listByCompanyUsingGET_1 10 params → 200401403404
GET
/api/v3/rewards/programs
리워드 프로그램 목록 조회
listAllUsingGET_1 10 params → 200401403404
GET
/api/v3/rewards/programs/{id}
리워드 프로그램 상세 조회
getUsingGET_11 1 param → 200401403404

Schemas 5

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

RewardOrder
object
22 properties
PageInfo
object
3 properties
RewardCompany
object
19 properties
RewardProgram
object
24 properties
PagedResponse«RewardProgram»
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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