02. Structure

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

http://api.linkmobility.dk/[version]/[resource].[json|xml]?apikey=[apikey]
curl 'http://api.linkmobility.dk/v2/ping.json?apikey=e1bd9f55b7d6a45348fa92c427932c4ad3744afdebf8b99aa207de991f78f9d4' -X GET
curl 'http://api.linkmobility.dk/v2/ping.xml?apikey=e1bd9f55b7d6a45348fa92c427932c4ad3744afdebf8b99aa207de991f78f9d4' -X GET

Feeling lost? Click on this link! Portal page