Our HTTP API offers the widest range of features which allow you to implement your applications.
For your convenience we have implemented the communications with our API in PHP as well as Java.
Communication with our API is very simple, you simply call it with the action of your choice, see below:
http://api.panaceamobile.com/json?action=actionName¶meter1=argument1¶meter2=argument2...
So a simple request would look something like this:
GET /json?action=message_send&username=demouser&password=demouser&to=27111234567&text=Hello&from=27214224825 HTTP/1.1
Host: api.panaceamobile.com
Accept: */*
Connection: keep-alive
HTTP/1.1 200 OK
Date: Thu, 30 Dec 2010 20:12:02 GMT
Server: Apache
Content-Length: 78
Keep-Alive: timeout=15, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=UTF-8
{"status":1,"message":"Sent","details":"6487a012-516e-4105-0103-123000000003"}