Voice

APIDescription
POST api/Voice/Create

No documentation available.

Outbound

APIDescription
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

APIDescription
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.