Developer Docs

Table of contents

Get Viber price

The method allows you to view the cost of a message before sending a Viber campaign (both for a single message and a list). The parameters are the same as for sending Viber.

To get Viber prices, make a request to this URL:

GET https://api.bsg.world/viber/price

Request parameters

ParameterTypeDescription
total pricefloatViber campaign total cost.
currencystringThe currency of the account, in which the Viber campaign cost is specified.

If request is successful, you will receive a response:

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