Complete guide to integrating with Sales Track's CRM APIs.
Sales Track provides powerful APIs to integrate merchandiser and manager data into your applications. Our RESTful APIs allow you to retrieve real-time data about your team, stores, visits, orders, and analytics.
Get merchandiser data with manager information and status details.
Retrieve manager information with merchandiser count data.
Access store information and location details.
Track merchandiser visits and activities.
Access order data and transaction information.
Retrieve performance analytics and insights.
All API requests require authentication using API keys. Include your credentials in the request headers.
Headers:
X-API-Key: your_api_key
X-Secret-Key: your_secret_key
Content-Type: application/json
All API responses follow a consistent JSON structure for easy integration:
{ "success": true, "data": { "merchandisers": [...], "pagination": { "total": 150, "limit": 50, "offset": 0, "has_more": true } } }
Integrate real-time merchandiser data into your mobile CRM app for field sales teams.
Pull analytics data into your BI tools for comprehensive sales performance reports.
Access store information and visit data for territory planning and route optimization.
Monitor order status and transaction details for inventory management.
Complete API reference with examples for all endpoints.
Get help from our technical team whenever you need it.
Ready-to-use components get you up and running quickly.