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.wwt.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"
}