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