Introduction
This documentation will help you understand how you can interact with GEM- FNI (formerly AutoPro.io by using our REST API. With this API, you will be able to fetch, update and add data to the system programatically.
This documentation will help you understand how you can interact with GEM- FNI (formerly AutoPro.io by using our REST API. With this API, you will be able to fetch, update and add data to the system programatically.
The API is organized around the REST standard. It is the recommended way to interact with your data.
All endpoints available are listed in their respective sections..
The objects returned from the endpoint are listed in the Objects menu.
Every call to an endpoint will return a JSON object.
The object will always contain the success value which will either be false or true.
If success is true, the data will be contained in the data value.
If success is false, the error will be contained in the error value.
Module permissions are transferred from the user whose API key is being used.