How to Send SMS Through API
CoderSys SMS API can be used by both GET and POST Method. You can send SMS from your software or application by integrating CoderSys SMS API. Just follow the code samples below to send SMS API from your applications. To obtain your API Key, please login to your SMS Panel & go to "API" page, you will get your API KEY here. Now you have to follow the instructions below:
Send SMS
Endpoint
Parameters
Name | Meaning |
---|---|
api_key |
Required . Your API KEY is used to authenticate in our system. |
from_type |
Required .NonMasking / Masking. |
sender_id |
Required .If you have an approved Sender ID, you can use that senderid or you need to use phone number |
to_numbers |
Required . The recipient numbers. Multiple numbers must be separated by comma(,). The Number must start with country code(880) or Standard 01X. |
body |
Required . text for normal SMS/unicode for Bangla SMS. |
schedule |
Optional . The schedule date and time to send your message. Date and time must be formatted as Y-m-d H:i:s (eg. 2021-10-13 16:00:52) |
Request
Response
Balance API
Endpoint
Parameters
Name | Meaning |
---|---|
api_key |
Required . Your API KEY is used to authenticate in our system. |
Request
Response
Error Codes