Developer Resources
Reauthentication
Learn what to do if Finch returns a 401 Unauthorized HTTP status code error with a ‘finch_code’ of ‘reauthenticate_user’ when a connection fails.
If Finch ever loses a connection with an employer’s provider system, we will return a 401 Unauthorized
HTTP status code with a finch_code
of reauthenticate_user
(see Finch API errors).
If an access token is returning this error, follow the reauthentication process to reconnect the employer.
Was this page helpful?