September 13, 2024
TrackerPro Admin API: Overview This section provides an overview of how data flows to and from the TrackerPro Admin API. As the API is JSON based, make sure you’re familiar with http and JSON. All calls to the TrackerPro Admin API should be made to: https://trackerpro.payasyoutrack.com/trackerpro_Admin.ashx Request Calls should be made using either a http ‘GET’ or ‘POST’ request. ‘GET’ requests are permitted mainly for testing purposes. These can sometimes fail if the query string is too long so where […]