How to use the IT Trackr REST API to read and write data programmatically.
The IT Trackr REST API gives you programmatic access to your asset data. It's available on Pro and Enterprise plans.
https://www.ittrackr.com/api/v1
All requests require a Bearer token in the Authorization header.
Authorization: Bearer <your_api_key>
{
"data": [...],
"meta": { "count": 42, "limit": 100, "offset": 0, "timestamp": "..." }
}Was this article helpful?