---
title: "Providers"
method: GET
path: "/providers"
tags: ["Management"]
---

# Providers

`GET /providers`

Return details on all available payroll and HR systems.

## Headers

- `Finch-API-Version` string, date, required

## Response `200`

OK

- Provider[]
  - `id` string, required — The id of the payroll provider used in Connect.
  - `display_name` string, required — The display name of the payroll provider.
  - `products` string[], required — The list of Finch products supported on this payroll provider.
  - `icon` string — The url to the official icon of the payroll provider.
  - `logo` string — The url to the official logo of the payroll provider.
  - `mfa_required` boolean — whether MFA is required for the provider.
  - `primary_color` string — The hex code for the primary color of the payroll provider.
  - `manual` boolean — [DEPRECATED] Whether the Finch integration with this provider uses the Assisted Connect Flow by default. This field is now deprecated. Please check for a `type` of `assisted` in the `authentication_methods` field instead.
  - `beta` boolean — `true` if the integration is in a beta state, `false` otherwise
  - `authentication_methods` object[] — The authentication methods supported by the provider.
    - `type` 'assisted' | 'credential' | 'api_token' | 'api_credential' | 'oauth' | 'api', required — The type of authentication method
    - `benefits_support` object — The supported benefit types and their configurations
    - `supported_fields` object — The supported fields for each Finch product

---

[API](https://skmtc.net/finch-api/apis/api-reference.md) · [All operations](https://skmtc.net/finch-api/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finch-api/api-reference/revisions/f1cca2cb0ef2/schema)
