Quickstart

Send a test SMS

Test sending SMS, please note that charges will occur.

Use our API

Use this code to start integrating OneSend into your service.

cUrl

curl https://api.onesend.de/api/short_messages 
  -H "Authorization: ProjectKey {token}" 
  -d '{"to": "+491573123123123", "from": "My Sender", "message": "My first Message"}'