Getting Tracker Information

Get the current tracker info with details.

Retrieving your tracker information may be of use in certain circumstances. You can do so by providing your tracker ID and API_Key

It is strongly discouraged to do this in a client side environment.

By retrieveing your current information in a client side environment you would be exposing your API_key to anyone with prying eyes. You should do this on the server and subsequently format the data for your purposes.

Tracker ID

Each tracker in your account is prefaced with a "SK_". A valid request omits the "SK_" and uses the integer value of the request. If your tracker ID is "SK_399" the valid ID would be "399"

GET Endpoint
https://app.capacitizer.com/tracker_information/:tracker_id/:api_key
GET Response
{
tracker_name:"Tracker Name",
max_capacity:250,
current_volume:120,
status:"open"
}
Actioneer | All Rights Reserved