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/api

Authentication

All API requests require a Bearer token in the Authorization header. Get your API key from Settings → API.

Authorization: Bearer YOUR_API_KEY

Getting your API key

  1. Go to Settings → API
  2. Click Generate API Key
  3. 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?