How-to: Opening FarEarth API documentation
All API interfaces are documented within FarEarth. You can use this API page to test the calls themselves.
Follow these steps to navigate to the API documentation on the FarEarth platform.
-
Log in to FarEarth using your user credentials
-
Navigate to the API page under the DEVELOPER heading
-
Click on API

Test API calls
To test API calls, follow these steps.
-
Navigate to the API documentation in FarEarth
-
Click on AUTHORIZE
-
Enter the USER API key (see steps to obtain a unique user API key at the top of this page)
-
Close the window
-
Navigate to the API call to test
-
Click TRY IT OUT
-
Enter the required parameters
-
Click EXECUTE
The response will show a curl command equivalent to executing the API query and the valid URL. The response from the server with all headers is shown.