Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Authentication is done by sending the param apikey=[apikey]

Code Block
bash
bash
curl 'http://api.linkmobility.dk/v2/ping.json?apikey=[apikey]' -X GET
curl 'http://api.linkmobility.dk/v2/ping.xml?apikey=[apikey]' -X GET

...

Code Block
javascript
javascript
{
    "status": 200,
    "userid": "7405",
    "username": "hn",
    "iprange": "77.243.40.100",
    "apikey": "a1bd9f58b7d6a45b48fa92c427132c4ad3744afdebf8b99af207de991f78f9d4"
}

Legacy auth

This function should not be used in new implementations, and will in the future be depricated.

...