API overview & authentication
Last updated: April 2026
The Techfleet Sync API lets you programmatically manage inventory, sync channels, create buyer links, and more. It's a REST API that returns JSON.
Base URL
https://sync.techfleet.dev/apiAuthentication
All API requests require a Bearer token in the Authorization header. Get your API key from Settings → API.
Authorization: Bearer YOUR_API_KEYGetting your API key
- Go to Settings → API
- Click Generate API Key
- Copy and store it securely — it's only shown once
Rate limits
- Standard accounts: 100 requests/minute
- Enterprise: Custom limits
- 429 Too Many Requests returned when exceeded
NOTE
Full API reference with all endpoints, parameters, and response schemas is available at sync.techfleet.dev/api-reference.
Was this article helpful?