We recommend that you create specific non-admin users for any applications that regularly access the API.
If you want to your users to access Tracker through another application, you may wish to load their API keys into your application so that audit logs show their username rather than the application api user.
Once you have a username and API Key, the URL to connect will be
{URL of your Tracker account}/api/
You then add the path of the call you want to make.
Authentication
You must pass the API key as variable access_token
For a GET request this can be as simple as
For a POST request you should add the access_token variable to your POST content.
For a working PHP example, click here
Response
All responses are in JSON format.
If you need further support please email support@trackmybusiness.com