국가별 메시지 가격 리스트 가져오기
Request
GET https://api.solapi.com/pricing/v1/messaging/countriesQuery Params
Samples
getMessagePriceList.spec.js
http://api.solapi.com/pricing/v1/messaging/countries[
{
"countryName": "Korea, South",
"countryId": "82",
"sms": 20,
"lms": 50,
"mms": 200,
"ata": 19,
"cta": 13,
"cti": 20,
"dateCreated": "2019-10-28T18:03:40.761Z",
"dateUpdated": "2019-10-28T18:03:40.761Z"
},
{
"countryName": "Lithuania",
"countryId": "370",
"sms": 94,
"lms": 500,
"mms": 1000,
"ata": 19,
"cta": 13,
"cti": 20,
"dateCreated": "2019-10-28T18:03:40.760Z",
"dateUpdated": "2019-10-28T18:03:40.760Z"
},
{
"countryName": "Turkmenistan",
"countryId": "993",
"sms": 94,
"lms": 500,
"mms": 1000,
"ata": 19,
"cta": 13,
"cti": 20,
"dateCreated": "2019-10-28T18:03:40.758Z",
"dateUpdated": "2019-10-28T18:03:40.758Z"
},
{
"countryName": "Sao Tome and Principe",
"countryId": "239",
"sms": 271,
"lms": 500,
"mms": 1000,
"ata": 19,
"cta": 13,
"cti": 20,
"dateCreated": "2019-10-28T18:03:40.757Z",
"dateUpdated": "2019-10-28T18:03:40.757Z"
},
{
"countryName": "East Timor",
"countryId": "670",
"sms": 180,
"lms": 500,
"mms": 1000,
"ata": 19,
"cta": 13,
"cti": 20,
"dateCreated": "2019-10-28T18:03:40.755Z",
"dateUpdated": "2019-10-28T18:03:40.755Z"
}
]Last updated
Was this helpful?