GET /

http://www.mobikey.eu/smslist/{K}/{DEVICE}/pwd/{PASSWORD}

{DEVICE}

{PASSWORD}

{K}

code identifying the remote device

password assigned to remote device

J for JSON response

H formatted HTML page

callback for JSONP


EXAMPLE JSON:


http://www.mobikey.eu/smslist/J/rm4vc9/pwd/0000  




HTTP STATUS CODE RESPONSE :


200

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



RESPONSE DATA :


[

  {

    "id":7401935,

    "date":"2021-11-21 11:55:36",

    "payload":"OK\r\n",

    "status":"DELIVERED",

    "type":"MO",

    "phone":"882285100488738",

    "origin":"International"

  },{    

    "id":7401934,

    "date":"2021-11-21 11:55:34",

    "payload":"0000 mem1=1",

    "status":"DELIVERED",

    "type":"MT",

    "phone":"1234567890",

    "origin":"National"

  }

]



EXAMPLE JSONP :


http://www.mobikey.eu/smslist/data/rm4vc9/pwd/0000  


HTTP STATUS CODE RESPONSE :


200

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



RESPONSE DATA :


data([

  {

    "id":7401935,

    "date":"2021-11-21T11:55:36.000+0000",

    "payload":"OK\r\n",

    "status":"DELIVERED",

    "type":"MO",

    "phone":"882285100488738",

    "origin":"International"

  },{    

    "id":7401934,

    "date":"2021-11-21T11:55:34.000+0000",

    "payload":"0000 mem1=1",

    "status":"DELIVERED",

    "type":"MT",

    "phone":"1234567890",

    "origin":"National"

  }

]);



EXAMPLE HTML :


http://www.mobikey.eu/smslist/H/rm4vc9/pwd/0000