BD Bulk SMSLogin BD Bulk SMSRegister

BD Bulk SMS API (English Manual)


API Link
SMS Sending API URL (HTML Output): http://api.greenweb.com.bd/api.php
Or,
SMS Sending API URL (JSON Output): http://api.greenweb.com.bd/api.php?json
SSL Version: You can use https protocol

Generate Token ( From SMS panel): https://gwb.li/token
Required Parameters ( For Sending SMS): message, to, token
Request Method: POST or GET
Other API Usages:

URL: http://api.greenweb.com.bd/g_api.php (html output)
URL: http://api.greenweb.com.bd/g_api.php?json  (JSON)

Check Balance: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&balance
Check Balance (JSON Format): http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&balance&json

Check SMS Rate: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&rate

Total Sent SMS Stats Using Token: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&tokensms

Total Sent SMS Stats From Your Account: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&totalsms

Total Sent SMS Monthly (within current month) Stats From Your Account: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&monthlysms

Total Sent SMS Monthly (within current month) Stats From The token: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&tokenmonthlysms

Total Sent SMS in Any Month (Write month in m-Y format. Ex: 01-2024) From Your Account: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&monthlysms=04-2025
Total Sent SMS in Any Month (Write month in m-Y format. Ex: 01-2024) From Specific Token: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&tokenmonthlysms=04-2025 SMS Validity: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&expiry Everything Together: http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&expiry&rate&tokensms&totalsms&monthlysms&tokenmonthlysms Everything Together (json): http://api.greenweb.com.bd/g_api.php?token=yourtokencodehere&expiry&rate&tokensms&totalsms&monthlysms&tokenmonthlysms&json