API

기본 메시지 단가 조회

작성일 2026.03.14 | 수정일 2026.03.14

GET/pricing/v1/messaging/default
Query
appId— 앱 ID. 지정하면 해당 앱의 마이사이트 조정 단가가 반영됩니다. 5~20자.
countryId— 특정 국가 코드로 필터링

플랫폼의 기본 메시지 단가를 조회합니다. 사용자별 조정 단가는 적용되지 않으며, 앱 ID가 지정된 경우 해당 앱(마이사이트)의 조정 단가가 반영됩니다. 인증 없이 호출할 수 있습니다.

Response

NameTypeRequiredDescription
countryIdstring*국가 코드 (예: '82', '1', '670')
countryNamestring*국가명 (영문)
serviceMethodstring*서비스 종류. 항상 'MT'
smsnumber*SMS 단가 (원)
lmsnumber*LMS 단가 (원)
mmsnumber*MMS 단가 (원)
atanumber*카카오 알림톡 단가 (원)
ctanumber*카카오 친구톡 단가 (원)
ctinumber*카카오 친구톡 이미지 단가 (원)
rcs_smsnumberRCS SMS 단가 (원). 설정된 경우에만 포함됩니다.
rcs_lmsnumberRCS LMS 단가 (원). 설정된 경우에만 포함됩니다.
nsanumber네이버 스마트알림 단가 (원). 설정된 경우에만 포함됩니다.
bms_textnumber브랜드 메시지 텍스트형 단가 (원). 설정된 경우에만 포함됩니다.
bms_widenumber브랜드 메시지 와이드형 단가 (원). 설정된 경우에만 포함됩니다.
dateCreatedstring*단가 생성일시 (ISO 8601)
dateUpdatedstring*단가 수정일시 (ISO 8601)

Structure

Response
[ { "countryId": "82", "countryName": "Korea, South", "serviceMethod": "MT", "sms": 20, "lms": 50, "mms": 200, "ata": 19, "cta": 13, "cti": 20, "dateCreated": "2024-01-15T09:00:00.000Z", "dateUpdated": "2024-06-01T12:00:00.000Z" }, { "countryId": "670", "countryName": "East Timor", "serviceMethod": "MT", "sms": 180, "lms": 500, "mms": 1000, "ata": 19, "cta": 13, "cti": 20, "dateCreated": "2024-01-15T09:00:00.000Z", "dateUpdated": "2024-06-01T12:00:00.000Z" } ]