버튼 잔액 조회
서버 API를 통해 앱 사용자의 "캐시버튼"의 받을 수 있는 캐시버튼 금액을 조회 합니다.
버튼 잔액을 조회 합니다.
GET
https://apis.reward.avatye.com/cash/button/balance
https://apis.reward.avatye.com/cash/button/balance
Headers
Name
Type
Description
Accept-Version*
String
1.0.0
Content-Type*
String
application/json
Authorization*
String
Basic Tocken
Request Body
Name
Type
Description
uniqueID
String
사용자 UserID(Channeling UserID)
{
// 조회 성공 여부 및 잔액
// resultCode == -1 : 정상회원이 아닌 경우
// resultCode > -1 : 정상 회원의 캐시버튼 잔액
"remainCash":1000
}
Last updated