국가별 메시지 단가 목록 조회
작성일 2026.03.14 | 수정일 2026.03.14
GET
/pricing/v1/messaging/countriesQuery
countryId— 특정 국가 코드로 필터링. 미지정 시 전체 국가 목록 반환.
serviceMethod— 서비스 종류. MT 또는 AUTH (기본값: MT)
withoutProfit— true이면 앱 수익금을 제외한 단가를 반환합니다 (기본값: false)
offset— 조회 시작 위치 (기본값: 0)
limit— 한 번에 조회할 최대 건수 (기본값: 20)
서비스 종류와 국가별 메시지 단가 목록을 조회합니다. 로그인하지 않아도 호출할 수 있으며, 로그인 상태에서는 사용자별 조정 단가가 반영됩니다.
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": "1",
"countryName": "United States",
"serviceMethod": "MT",
"sms": 50,
"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"
}
]