Versions Compared

Key

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

All api calls has a version in the URL. We will only bump the version in the api call in any new features that would break backward compatibility are added.

We support json and xml

An url will look somthing like this

Code Block
http://api.linkmobility.dk/[version]/[resource].[json|xml]?apikey=[apikey]


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