API Documentation
All API
Service
회원 비밀번호 검증Sync
Version: v1
Version: v1
/api/v1/user/password/check
Request Headers
Request Parameters
Response Headers
X-KM-Correlation-Id
string
Required
Length : 20
Transaction number for tracking trasncription
- Form : yyMMddHHmiSS-xxxxxxx
- xxxxxxx : 7digit, Hex String
X-KM-Crypto-Key-Id
string
Optional
Length : 32
Data encryption/decryption key ID
- Given ID from creating the service provider's project
- If it is passed as a callback, the first key issued among the keys issued to the service provider is used.
Response Parameters
userId
number
Required
Value : 20
회원 ID
Response Code
Detailed classification and addition of error for unseccessful withfrawal
200
Error code
000_000
Message
Success
Description
성공
400
Error code
001_006
Message
Wallet user not found.
Description
존재하지 않는 loginId 테스트
400
Error code
001_045
Message
Wallet pin didn't match.
Description
비밀번호가 일치하지 않습니다.
400
Error code
001_069
Message
Wallet login failed. User login attempt crossed please reset password.
Description
비밀번호 확인 시도 횟수를 초과했습니다.
400
Error code
001_068
Message
Wallet login failed. User not active.
Description
회원 상태가 ACTIVE 상태가 아닌 경우
400
Error code
001_080
Message
User is blocked forgiven data and asp configuration.
Description
부정 사용자 등록 회원인 경우
Test Data
Request
Response
Click Try It!
to start a Request and see the Response here!