Configuring the REST API is quick and straightforward.
The API is designed to provide easy and secure access to your site’s geo information using simple POST
or GET
requests, returning data in JSON format. You can connect through any programming language that supports cross-domain communication.
Each Geo Controller installation has a unique API KEY that never changes. Additionally, there is a Secret API Key which can be regenerated at any time by clicking a button in the settings. This secret key is used to create a one-time authentication token required for API requests (explained in the next part of the documentation).