Skip to main content
This guide shows you how to obtain your own Vincere OAuth credentials. These are required to let your users grant your app access to their Vincere account.
1

Confirm partner access

Vincere does not offer self-service OAuth app registration. Your integration must be on Vincere’s approved partner list before credentials are issued.
2

Request your credentials

Vincere has no developer portal. Both the Client ID and the tenant API Key are issued by hand, through a single request to the Vincere Support Team.Include in your request:
  • Integration name — how your app is identified to Vincere.
  • Callback URLhttps://api.nango.dev/oauth/callback.
  • Subdomain — the tenant you are enabling, for example mycompany for https://mycompany.vincere.io.
Vincere replies with a Client ID for the integration itself, and an API Key scoped to that one subdomain. The Client ID stays the same across customers; the API Key does not — each customer requests their own by following the Vincere connect guide.
3

Configure the integration in Nango

Enter the Client ID in your Nango integration settings. Vincere’s token endpoint does not use a client secret, so any placeholder value can be used for the client secret field. Your users supply their own Subdomain and API Key when they connect.
4

Next

Follow the Quickstart to connect your first account.
For more details, see the Vincere API documentation.