---
title: "List all data providers"
method: GET
path: "/v1/providers/"
tags: ["Companies and Data Providers"]
---

# List all data providers

`GET /v1/providers/`

The endpoint returns a list of data providers filtered by the query parameter `product_type`.

## Query parameters

- `data_source` 'payroll' | 'docs' | 'insurance' | 'financial_accounts' | 'tax' | 'scoring_attributes'
- `product_type` 'income' | 'employment' | 'deposit_switch' | 'pll' | 'insurance' | 'transactions' | 'assets', required
- `query` string
- `ordering` 'id' | '-id' | 'name' | '-name' | 'rank' | '-rank'
- `page` integer
- `page_size` integer

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Provider[], required
    - `id` string, required — ID of provider
    - `name` string, required — Data provider name
    - `data_source` 'payroll' | 'docs' | 'insurance' | 'financial_accounts' | 'tax' | 'scoring_attributes' | 'credit' | 'education' — Source of data: payroll - payroll provider parsing, docs - user uploaded documents, insurance - insurance data, financial_accounts - bank data, tax - tax documents, scoring_attributes - transactions scoring attributes report.
    - `logo_url` string, uri — Data provider logo URL
    - `is_disabled` boolean — True if product type for the query parameter `product_type` not implemented for the provider yet. If `product_type` query parameter is omitted the field will be null.
    - `success_rate` 'low' | 'high' | 'unsupported' | 'null', nullable — Success rate for the provider

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden

---

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