List All Data Providers
Companies & Data Providers
List All Data Providers
Retrieve a filtered list of data providers by product type.
GET
List All Data Providers
Overview
The endpoint returns a list of data providers filtered by the query parameterproduct_type.
Request
Endpoint
Authentication
API authentication requires the following headers:| Header | Description |
|---|---|
X-Access-Client-Id | Your Client ID |
X-Access-Secret | Your Access Key |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
product_type | string | No | Filter by product type. Allowed values: employment, income, deposit_switch, pll, insurance, financial_accounts, assets |
Response
Success Response (HTTP 200)
The endpoint returns a JSON array of provider objects.Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Data provider unique ID |
name | string | Data provider name |
is_supported | boolean | Support status for the specified product |
Error Responses
| Status Code | Description |
|---|---|
| 401 | Unauthorized - Missing or invalid authentication credentials |
| 403 | Forbidden - Insufficient permissions |