Voice
| API | Description |
|---|---|
| POST api/Voice/Create |
No documentation available. |
Outbound
| API | Description |
|---|---|
| POST api/SendSMS |
SendSMS is used to send text Message. Method-Type: POST, Content-Type: appication/json, Authorization-Type : Bearer Token |
| POST api/sms/Send |
api/sms/Send is used to send text Message. Method-Type: POST, Content-Type: appication/json, Authorization-Type : Basic Auth |
| POST api/Outbound/SendBulkSMS |
SendBulkSMS : is used to send bulk SMS to 20 different clients with different content at one time. Method-Type: POST, Content-Type: appication/json, Authorization-Type : Bearer Token |
Delivery
| API | Description |
|---|---|
| POST api/GetDelivery |
GetDelivery is used to get delivery of previosly submitted text Message. |
| GET api/Delivery/GetDelivery?MessageId={MessageId} |
This is a delivery callback url of currently submitted text Message. |
CheckBlance
| API | Description |
|---|---|
| POST api/checkbalance |
Check balance : is endpoint checks your service balance ,pass service as smsapi or ussd |