BULK SMSC API TEST
DOCUMENT
Nirmala De Silva
Contents
Login API ....................................................................................................................................... 2
Send SMS API ............................................................................................................................... 4
Multi SMS content sender API .................................................................................................... 6
Pls find below the Parameters require for the API configuration.You can use Postmen software to test
this API.
Login API
After configure the login API ,You will get two tokens in the response
https://bsms.hutch.lk/api/login
Login API Body
Login API Header
Response of the login API
Send SMS API
Configure the Header & Body parameters of the Send SMS API as below. You should receive a server Ref
for successful send sms API call.
Send API Header
Put the Access token received in the login API in front of the Bearer as below.
Body Of the send SMS API
https://bsms.hutch.lk/api/sendsms
Response of the send SMS API
Multi SMS content sender API
Configure the Header & Body parameters of the Multi content Send SMS API as below. You should receive
a server Ref for successful send sms API call.
Note : API supports upto 20 SMSs in one request.
https://bsms.hutch.lk/api/sendsms/bulk
Body of the Multi content send SMS API
Header of the Multi content send SMS API
Configure the below parameter & put the access token received in the login API in front of the Bearer
Response of the Multi SMS content send API