Insightly
API configuration: insightly
Features
🚫 (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
Insightly uses
Basicauth mode to access different endpoints. Provide yourapi keyas your username and leave the password field empty.Your instances
podcan be determined by accessingUser Settingsand finding the API URL right under your API Key in the API Section. This connection config will be set when creating a new connection on Terapi, i.e., if this is your API URL:https://api.na1.insightly.com/v3.1/, addna1as your pod connection config.Insightly still supports older API versions, but they have fewer endpoints. To use a specific version of the API, append it to your
base_urlas follows:/v3.1/Contactsor/v3.0/Contacts.Depending on the pricing plan, there are various rate limits. Once your limit is reached, you will no longer be able to make requests against that endpoint until the next day.
You can have a look at the following resource to see how best you can handle rate limits.
Add Getting Started links and Gotchas by editing this page
Last updated