Getting Started
Getting Started
Everything you need to start building with the Tracktile API. From authentication to your first API call.
Prerequisites
Section titled “Prerequisites”Before you begin, you’ll need:
- A Tracktile account with admin access
- An API token (generated from Admin > Settings > API Manager in the Tracktile app)
Your First API Call
Section titled “Your First API Call”Once you have your API token, you can make your first API call. API tokens use a prefixed format (api-, cli-, machine-, or sensor-):
List products bash
curl -X GET "https://api.tracktile.io/products" \ -H "Authorization: Bearer api-YOUR_TOKEN_HERE" \ -H "Content-Type: application/json"