curl -i -X POST https://rest.tyntec.com/sms/v1/outbound/requests -H "Content-Type: application/json" -u username:password -d '{"from":"username", "to":"+441234567","message":"hello world"}'
1. Setup SMS One-way (Send SMS)
Login to your tyntec first and navigate to the SMS section. Click ‘Add a new account’ near the top left of your screen. You will be prompted to select a product. Select ‘SMS one-way (SMS-MT)’ to set up your SMS one-way account.
To complete the setup of your account, you must choose:
- Product
- API / Protocol
- Source IP Address #1
You may also add a second ‘Source IP Address.’
For the RESTful API you can also add a ‘Respond back URL.’


For this part, you'll probably need some developer's expertise.
HTTP/1.1 200 OK { "requestId":"12-75cfafba-8799-4f2b-8505-ece6af6abf01", "size":1, "msgIdList":["12-1407778865439+1234567890"] }

1. Enterprise sends a request to tyntec with senderID , content and phone number via API
2. tyntec identifies the request and delivers the message using the best available route defined by our routing engine
3. tyntec provides the customer with a delivery status response containing the customer request ID, the size of your message and a list of respective message IDs.