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
Articles Tagged: SMS API
Does your Application Come with SMS API Sample Codes?
Yes, the application comes with Sample Code of Java and PHP. It is available for both resellers and Customers on their user interface. Just go to Sidebar -> SMS API -> Sample Codes We can also add additional sample code on custom basis.
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 […]
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 […]