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

Auth Controller

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

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

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

7 operations 7 paths 20 schemas 1 GET6 POST

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 Auth API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 7

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

Auth 7

Auth Controller

POST
/api/v1/auth/check/email
이메일 중복확인
checkEmailUsingPOST body → 200201401403404940
POST
/api/v1/auth/check/loginid
로그인 아이디 중복확인
checkLoginIdUsingPOST body → 200201401403404919
POST
/api/v1/auth/check/nickname
닉네임 중복확인
checkNicknameUsingPOST body → 200201401403404920
POST
/api/v1/auth/jwt/create
토큰 발급
createJWTUsingPOST body → 200201401403404
GET
/api/v1/auth/payco/accessToken
페이코 AccessToken 발급
createPaycoAccessTokenUsingGET 1 param → 200401403404
POST
/api/v1/auth/signin
OAuth 로그인
oAuthSignInUsingPOST body → 200201401403404
POST
/api/v1/auth/signup
회원가입
oAuthSignUpUsingPOST body → 200201401403404914919920

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are OAuthSignInResponse (9 properties), OAuthSignUpRequest (7 properties), PaycoAccessTokenResponse (6 properties), WinclResponseData«OAuthSignUpResponse» (3 properties). Each schema is shown below with its type and property counts.

WinclResponseData«OAuthSignUpResponse»
object
3 properties
WinclResponseData«OAuthSignInResponse»
object
3 properties
CheckLoginIdResponse
object
1 property
CheckNicknameRequest
object
1 property
CheckLoginIdRequest
object
1 property
CheckNicknameResponse
object
1 property
OAuthSignUpRequest
object
7 properties
OAuthSignInResponse
object
9 properties
PaycoAccessTokenResponse
object
6 properties
WinclResponseData«CheckEmailResponse»
object
3 properties
OAuthSignInRequest
object
2 properties
WinclResponseData«PaycoAccessTokenResponse»
object
3 properties
CreateJwtRequest
object
3 properties
WinclResponseData«CheckNicknameResponse»
object
3 properties
WinclResponseData«CheckLoginIdResponse»
object
3 properties
CheckEmailResponse
object
1 property
CheckEmailRequest
object
1 property
CreateJwtResponse
object
2 properties
OAuthSignUpResponse
object
3 properties
WinclResponseData«CreateJwtResponse»
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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