Vincere
Vincere Integration Guide:
To integrate Vincere with Knit, you'll need:
-
Tenant Name:
- Log into your Vincere account
- Check your URL: https://[tenant].vincere.io
- Example: If your URL is https://acme.vincere.io, your tenant is acme
-
API Credentials:
Contact Vincere support to request:
- Client Id: Unique identifier that identifies your third-party application or Vincere account attempting to request authorization credentials on behalf of a Vincere user.
- API Key: Secret key for API authentication.
-
Callback URL:
- Provide this exact URL as callback URL when requesting the above credentials from vincere :
https://app.getknit.dev/oauth/authorize
The Application sync can process a maximum of 10,000 records due to native API limitations. To make the most of this limit, we recommend using the Update Sync Filter API.
For more details on native filters, refer here.
Updated about 12 hours ago