GET /

http://www.mobikey.eu/msg/{K}/{DEVICE}/key/{TIME}/{SIG}

{DEVICE}

{TIME}

{SIG}

{K}

code identifying the remote device

message timestamp

message signature

J for JSON response

callback for JSONP


EXAMPLE JSON :


http://www.mobikey.eu/msg/J/gxl0/key/1450857297/bWsBeiWhM/teC1XWjjh5J...


HTTP STATUS CODE RESPONSE :


200

OK : request succeeded, the answer is sent in the response data



RESPONSE DATA :


[{

       "id": "29",

       "open time": "01/08/2016 11:11:10 UTC",

       "from IP": "01/08/2016 11:11:10 UTC",

       "Recipient": "info@contrive.mobi",

       "Subject": "Text",

       "type": "email",

       "Icon": ""

},

{

       "id": "28",

       "open time": "01/08/2016 11:11:08 UTC",

       "from IP": "01/08/2016 11:11:08 UTC",

       "Recipient": "info@contrive.mobi",

       "Subject": "Allarme",

       "type": "email status",

       "Icon": "01"

},

{

       "id": "28",

       "open time": "01/08/2016 11:03:46 UTC",

       "from IP": "01/08/2016 11:03:46 UTC",

       "Recipient": "info@contrive.mobi",

       "Subject": "Allarme",

       "type": "email status",

       "Icon": "01"

}]



EXAMPLE JSONP :


http://www.mobikey.eu/msg/email/gxl0/key/1450857297/bWsBeiWhM/teC1XWjjh5J...


RESPONSE DATA :


email([{

       "id": "29",

       "open time": "01/08/2016 11:11:10 UTC",

       "from IP": "01/08/2016 11:11:10 UTC",

       "Recipient": "info@contrive.mobi",

       "Subject": "Text",

       "type": "email",

       "Icon": ""

},

{

       "id": "28",

       "open time": "01/08/2016 11:11:08 UTC",

       "from IP": "01/08/2016 11:11:08 UTC",

       "Recipient": "info@contrive.mobi",

       "Subject": "Allarme",

       "type": "email status",

       "Icon": "01"

},

{

       "id": "28",

       "open time": "01/08/2016 11:03:46 UTC",

       "from IP": "01/08/2016 11:03:46 UTC",

       "Recipient": "info@contrive.mobi",

       "Subject": "Allarme",

       "type": "email status",

       "Icon": "01"

}]);


- JSON/JSONP is returned without line breaks, to keep the data traffic as small as possible