CorvusGPS.com API Documentation

Our API works according to REST guidelines, returns the results in JSON format.

URLs

You can reach our API using several URLs. If you don’t include the a version tag (like v2) it will default to the latest:

  • https://api.corvusgps.com/
  • https://corvusgps.com/api/

It is recommended in most cases to specifically set the API version you are building against - like this:

  • https://api.corvusgps.com/v2/
  • https://corvusgps.com/api/v2/

API Key

One way our API utilizes API keys to identify users. You can see your existing keys or request a new API key from the API Keys page of our website after you logged in with an administrator account.

You should provide your API key with every request you make to our servers by adding it to the URL parameters like this:

https://api.corvusgps.com/v2/users/?apiKey=12345678901234567890123456789012

Login

Another way our API handles user identity is through fairly standard login credentials. You can read more about it in the documentations of the Login Endpoint.