Developer Docs
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 |
Parameter | Type | Description |
total price | float | Viber campaign total cost. |
currency | string | The 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"
}