Introduction

Notice from Geotab

On September 17, 2022, the current MyAdmin SDK site will be deprecated, and the MyAdmin SDK will be merged with the Geotab SDK site. Please ensure to update your relevant bookmarks as the site will be inaccessible after this date.

The MyAdmin API provides an interface to Geotab’s MyAdmin system allowing Geotab Resellers and Partners to build their own applications to integrate with MyAdmin. Some tasks that can be accessed through the API include:

  • Registering MyAdmin users;

  • Ordering Geotab products;

  • Querying device information, including installation status, contract information, etc;

  • Managing support tickets with Geotab’s help desk;

  • Creating RMA requests and querying RMA status;

  • Managing user contact information;

  • Integrating third-party data; and

  • Obtaining billing information.

Data exchanged with the MyAdmin API is serialized as JSON, making the API compatible with any platform that can make HTTP requests. A .NET class library consisting of an invoker and all API objects is provided to help .NET developers interface with the API. For more information, see the Using with .NET section. Also, a small JavaScript utility is also provided to facilitate interacting with the API using JavaScript. See the Using with JavaScript section for more information.

Next Steps

Access to the MyAdmin API requires a MyAdmin account. It is recommended that Resellers and Partners set up a new, dedicated account to access the API. A new account can be registered at myadmin.geotab.com

Please review the Getting Started and Concepts sections prior to beginning development. JavaScript and .NET examples have been provided to help you get started.