Sending an SMS via JSON HTTP GET

  1. GET /json?action=message_send&username=demouser&password=demouser&to=27111234567&text=Hello&from=27832659217 HTTP/1.1
  2. Host: api.panaceamobile.com
  3. Accept: */*
  4. Connection: keep-alive
  5.  
  6. HTTP/1.1 200 OK
  7. Date: Thu, 30 Dec 2010 20:12:02 GMT
  8. Server: Apache
  9. Content-Length: 78
  10. Keep-Alive: timeout=15, max=100
  11. Connection: Keep-Alive
  12. Content-Type: text/html; charset=UTF-8
  13.  
  14. {"status":1,"message":"Sent","details":"6487a012-516e-4105-0103-123000000003"}