Reading Data
When you connect an app through Knit, you have flexible ways to read the data. You can let Knit push updates automatically to your webhook (Syncs) or request data whenever you need it (API calls).
This section covers all the ways to read data with Knit, including:
- Syncs (Initial, Delta, Ad-Hoc)
- Pulling data via Unified API endpoints
- Fetching raw data through the Passthrough API
Let’s get started 🚀
Updated 18 days ago