Authenticate with Vincere's OAuth2 flow and read/search candidate records

domain: vincere.io · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Register your app in Vincere (Settings > App Store > API Authentication & Throttling) to get a client_id and register a redirect_uri. Vincere Identity runs at https://id.vincere.io in production.
  2. Send the user to GET /oauth2/authorize on id.vincere.io with client_id, redirect_uri, response_type=code, and an optional state; Vincere redirects back with a short-lived authorization code (and your state echoed back).
  3. Exchange the code at POST /oauth2/token (application/x-www-form-urlencoded) with grant_type=authorization_code, client_id, and code to receive access_token, refresh_token, and id_token (type Bearer, expires_in: 3600). The refresh_token is issued only once per code.
  4. Call GET /oauth2/user on id.vincere.io with header id-token: <id_token> to get the authenticated user's tenant(s), each with a tenant-specific apiKey.
  5. Call the REST API at https://<YOUR_TENANT>.vincere.io/api/v2/..., sending both id-token: <id_token> and x-api-key: <tenant apiKey> headers on every request — e.g. GET /api/v2/candidate/{id} for a single record, or GET /api/v2/candidate/search/?fl=id,name&q=... to search.
  6. Refresh tokens before expires_in runs out by re-hitting /oauth2/token with grant_type=refresh_token; store the refresh_token server-side only.

Known gotchas

Related routes

Vincere API: obtain API access and complete the OAuth2/Auth0 authorization flow
vincere.io · 6 steps · unrated
authenticate via oauth2 and read a person record from the familysearch family tree api
familysearch.org · 6 steps · unrated
Authenticate to the TempWorks OpenAPI and create/read a candidate record
tempworks.com · 6 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans