F

Finch API

REST discovered

Details
URL
https://api.tryfinch.com
Docs
https://developer.tryfinch.com/api-reference/organization/company
Authentication
Finch connection access token bearer discovered Get token ↗
Authorization: Bearer <credential>

First create a Finch Connect session with your app credentials, send the employer through Finch Connect, and obtain an authorization code. Then exchange that code at Create Access Token to receive a connection access_token. Finch recommends doing the code exchange and token storage on your backend; see Backend Security.

Finch application client credentials (`client_id` and `client_secret`) app discovered Get key ↗
Authorization: Basic <credential>

Sign up for a Finch sandbox or developer account in the Finch Dashboard. After registration, Finch provides a sandbox application client_id and client_secret. Use the dashboard to add your app's redirect URIs before creating connect sessions or exchanging authorization codes for access tokens.