API Documentation

Track360 API β€” Integration Guides

A lightweight JSON-based interface for Brands and Partner systems to report customer records and business activity in real time. Two REST endpoints, one API key, clear tracking contract. Pick your vertical to see the full specification.

How It Works

Three moving parts. Same for every vertical.

Authenticate

Every request carries a static x-api-key header issued per Brand. No OAuth flow, no session to manage.

Send Data

Two POST endpoints β€” /customers for registration and tracking, /activities for KPI events. JSON arrays, batching supported.

Attribute & Report

Track360 attributes each customer using the returned tracking_data and produces commission, revenue, and BI reports.

Shared API Contract

The core contract is identical across all verticals. Only the KPI names and example payloads differ.

Protocol
HTTPS β€” JSON over REST
Authentication
API Key (Brand Token) in x-api-key header
Endpoints
2 β€” Customer API & Activity API
HTTP Method
POST for all write operations
Batching
JSON array β€” multiple records per request
Attribution Field
tracking_data (max 50 characters)