Back to all changelogs

Send JSON to API

April 8, 2021 0 repos 0 commits

You can now send JSON directly to our API.

curl 'https://gateway.seven.io/api/sms' \
  -H 'Accept: application/json' \
  -H 'Content-type: application/json' \
  -H 'Authorization: basic YOUR_API_KEY'  \
  -d '{"to":"+49177777777","text":"Hello world :-)"}'

Loading...

Generated on January 22, 2026 at 10:57 AM