-
Register a account
This method allows you to register a new account to sender.
Request URL:
http://161.35.154.65/register?login=+37129286025&api_id=28467407&api_hash=a83fb7da0b9ce2e0c135c86e57569d3f
Example Response
{ "step":"1", "id": "12345abc12345abc12345abc", "recipient":"37129286025", "ims": 1 }
Send a new instant message
This method allows you to send a new instant message to your recipient.
Request URL:
http://161.35.154.65/send?recipient=+37129286025&message=hello&api_key=8a70b646481a962f682b79776b4f00d0
Example Response
{ "status": "new", "id": "12345abc12345abc12345abc", "recipient":"37129286025", "ims": 1 }
Get the information for a instant message
This method allows you to get the information for a sent instant message.
Request URL:
http://161.35.154.65/info?message_id=c88ba668faff0e7e7cfb82113de2e930&api_key=8a70b646481a962f682b79776b4f00d0
Example Response
{ "id": "12345abc12345abc12345abc", "timestamp": 1374620400000, "status":"done", "recipient":"37129286025", "ims": 1 }