Go to Tracker Support

Tracker Support

Search for any help questions or topics.

API Setup

How to connect to the Tracker API
Avatar
Will Hemming
Updated 5 years ago
To access the Tracker API, all users are given an API key which can be used to make requests to any modules that the user has access to in the web interface.

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

😞 😐 😃