Skip to main content

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
loginREQUIRED
Your LightSMS account login
signatureREQUIRED
Request signature for authentication
timestampREQUIRED
UTC 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"
}
}