마이사이트 사용자 수익 조회
작성일 2026.03.20 | 수정일 2026.03.20
GET
/appstore/v2/me/apps/:appId/apphome/profitQuery
accountId— 사용자 계정 ID로 필터링
limit— 반환할 레코드 수
startKey— 페이지네이션 시작 키 (이전 응답의 startKey 값)
dateCreated— 생성일시 필터 (지원 연산자: eq, gt, lt, gte, lte)
dateUpdated— 수정일시 필터 (지원 연산자: eq, gt, lt, gte, lte)
chat
지원 연사자를 사용하실 경우 Query Operator 가이드를 참조하세요.
마이사이트(SITE 타입) 앱의 사용자별 수익 설정을 조회합니다.
Response
Structure
Response
{
"profitList": [
{
"handleKey": "AP02UP_abc12345678901234567890",
"appId": "aBcDeFgHiJkL",
"accountId": "12345678901234",
"profit": {
"sms": 1,
"lms": 3,
"mms": 5,
"ata": 2,
"cta": 4,
"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
},
"dateCreated": "2024-01-15T09:00:00.000Z",
"dateUpdated": "2024-01-15T09:00:00.000Z"
}
],
"startKey": null
}