Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Getting Started

Getting Started

Everything you need to start building with the Tracktile API. From authentication to your first API call.

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)

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"