Do you provide Test SMS Message API?

Yes, we have provided this option. All you have to do is build or get the send SMS Message API and append an extra parameter as test=true Note: When you use this parameter, actual message wont be delivered to the recipient. Response will be given based on the requested format. Example SMS API: http://localhost/smpp/SMSApi/send?userid=testUser&password=xxxxx&sendMethod=quick&phone=919999999999&text=Hello+World&senderid=SMSGAT&type=text&duplicatecheck=true&output=json&test=true

Read More

Types of Bulk SMS Allowed on SMS API

We support the similar types of Bulk SMS on SMS API also which we allow it on User Interface. You can visit for the Types of SMS Sent on Reseller/User UI. You will have to pass the parameter for respective SMS types such as, For Quick SMS: Use sendMethod as quick For Group SMS: Use […]

Read More

What kind of Authentication is Used in SMS API?

We have given 2 options to authenticate your login credentials. API Key Username and Password API Key Auth User needs to generate API key before hand. Then while sending SMS requests over HTTP SMS REST API then user needs to include API key in HEADER to authenticate. Username and Password User could use both GET […]

Read More