Developer Docs

Table of contents

Get Campaign price

The method allows viewing the message cost before sending the SMS campaign (both for a single message and a list).

The parameters are similar to sending SMS.

To get an SMS price, make a request to this URL:

PUT https://api.bsg.world/sms/price

Response parameters:

ParameterTypeDescription
total pricefloatSMS campaign total cost.
currencystringThe currency of the account, in which the SMS campaign cost is specified.

If request is successful, you will receive a response:

{
   error": "0",
   "totalprice": "0.004",
   "currency": "EUR"
}

We use cookies (and other similar technologies) to collect data to improve your experience on our site. By using our website, you’re agreeing to the collection of data as described in our Website Data Collection Policy.