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

User Controller

WinCL User API is one of 44 APIs that WinCL publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include User. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 5 operations across 4 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.

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

Paths & Operations 5

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

User 5

User Controller

GET
/api/v1/user/profile
유저 프로필
userProfileUsingGET → 200401403404
PUT
/api/v1/user/profile
유저 프로필 수정
modifyUserProfileUsingPUT body → 200201401403404
PUT
/api/v1/user/profile/image
유저 프로파일 이미지를 업로드해서 수정하기
modifyUserProfileImageUsingPUT body → 200201401403404
DELETE
/api/v1/user/{id_login}
가입자 탈퇴
deregisterUsingDELETE 1 param → 200204401403935936
PUT
/api/v1/user/{id_login}/reincarnate
가입자 탈퇴를 취소
reincarnateUsingPUT 1 param → 200201401403404935936

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are UserProfile (23 properties), ModifyUserProfileRequest (4 properties), WinclResponseData«UserProfile» (3 properties), WinclResponseData«ModifyUserProfileImageResponse» (3 properties). Each schema is shown below with its type and property counts.

WinclResponseData«DeregisterResponse»
object
3 properties
WinclResponseData«ReincarnationResponse»
object
3 properties
ModifyUserProfileImageResponse
object
1 property
DeregisterResponse
object
2 properties
WinclResponse
object
2 properties
UserProfile
object
23 properties
WinclResponseData«ModifyUserProfileImageResponse»
object
3 properties
ReincarnationResponse
object
2 properties
ModifyUserProfileRequest
object
4 properties
WinclResponseData«UserProfile»
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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