Zurück zu allen Changelogs

JSON an API senden

8. April 2021 0 Repos 0 Commits

Sie können jetzt JSON direkt an unsere API senden.

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 :-)"}'

Lädt...

Generiert am 22. Januar 2026 um 10:57