F
Finch API
Details
- URL
-
https://api.tryfinch.com - Docs
- https://developer.tryfinch.com/api-reference/organization/company
Authentication
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.
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.