Get SMS pricing
GET https://www.lightsms.com/external/get/prices.php
Get current SMS pricing for different countries and operators.
Use this endpoint to check costs before sending messages to optimize your budget and estimate campaign expenses.
Authorization​
This endpoint requires authentication using login, signature, and timestamp parameters.
See the Authentication documentation for more details.
AUTHORIZATION: HTTP
REQUEST
Base URL
https://www.lightsms.com
Query Parameters
loginREQUIREDYour LightSMS account login
signatureREQUIREDRequest signature for authentication
timestampREQUIREDUTC timestamp of the request
RESPONSE
Pricing information retrieved successfully
{
"24601": {
"NETWORK_NAME": "Omnitel (Telia)",
"COUNTRY": "Lithuania",
"PRICE": "0.012",
"CURRENCY": "EUR"
},
"24602": {
"NETWORK_NAME": "Tele2 Lithuania",
"COUNTRY": "Lithuania",
"PRICE": "0.012",
"CURRENCY": "EUR"
}
}