API integration basics
Get started with TallyHub API
Last updated: February 11, 2024•8 min read
API Integration
Integrate TallyHub with your existing systems using our REST API.
Getting Started
- Go to Settings → Integrations → API
- Generate API key
- Review API documentation
- Start building integrations
API Authentication
Use your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Common Use Cases
- Sync products from external systems
- Import sales data
- Export reports
- Build custom dashboards
Rate Limits
API requests are limited to prevent abuse. Check documentation for current limits.