기본 메시지 단가 조회
작성일 2026.03.14 | 수정일 2026.03.14
GET
/pricing/v1/messaging/defaultQuery
appId— 앱 ID. 지정하면 해당 앱의 마이사이트 조정 단가가 반영됩니다. 5~20자.
countryId— 특정 국가 코드로 필터링
플랫폼의 기본 메시지 단가를 조회합니다. 사용자별 조정 단가는 적용되지 않으며, 앱 ID가 지정된 경우 해당 앱(마이사이트)의 조정 단가가 반영됩니다. 인증 없이 호출할 수 있습니다.
Response
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"
}
]