정산내역 조회
작성일 2026.03.20 | 수정일 2026.03.20
GET
/appstore/v2/profitsQuery
startDate*— 조회 시작일
endDate*— 조회 종료일
appId— 특정 앱 ID로 필터링
offset— 페이지네이션 시작 위치
limit — 반환할 레코드 수
type— 앱 타입 필터 (APP, SITE, 미지정 시 전체)
앱의 월별 정산내역을 조회합니다.
Response
Structure
Response
{
"expectedProfit": 15000,
"completed": [
{
"appId": "aBcDeFgHiJkL",
"appName": "메시지 발송 도우미",
"accountId": "12345678901234",
"count": {
"sms": 1000,
"lms": 500,
"mms": 200,
"ata": 0,
"cta": 0,
"cti": 0,
"nsa": 0,
"rcs_sms": 0,
"rcs_lms": 0,
"rcs_mms": 0,
"rcs_tpl": 0,
"rcs_itpl": 0,
"rcs_ltpl": 0,
"fax": 0,
"voice": 0,
"bms_text": 0,
"bms_image": 0,
"bms_wide": 0,
"bms_wide_item_list": 0,
"bms_carousel_feed": 0,
"bms_premium_video": 0,
"bms_commerce": 0,
"bms_carousel_commerce": 0,
"bms_free": 0
},
"profit": 12500
}
]
}