Pre-Configured APIs
Harvest
API configuration: harvest
Features
Features | Status |
---|---|
Auth (OAuth) | ✅ |
Sync data | ✅ |
Perform workflows | ✅ |
Proxy requests | ✅ |
Receive webhooks | 🚫 (time to contribute: <48h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
API gotchas
- When creating a connection, you need to add the
appDetails
configuration parameter in the formatMyApp (yourname@example.com)
, which will be appended to the request as a header:User-Agent: MyApp (yourname@example.com)
. This information will be used to get in touch if you’re doing something wrong(so the provider can warn you before you’re blocked) or something awesome (so the provider can congratulate you). Requests without a validUser-Agent
header are rejected. - Harvest enforces different rate limits for different endpoints. For more details check harvest rate limits
Add Getting Started links and Gotchas by editing this page
Was this page helpful?