Skip to main content
GET
List all data providers

Authorizations

X-Access-Client-Id
string
header
required

Client ID

X-Access-Secret
string
header
required

Client Access Key

Query Parameters

data_source
enum<string>

Data source.

Available options:
payroll,
docs,
insurance,
financial_accounts,
tax,
scoring_attributes
Example:

"payroll"

product_type
enum<string>
default:income
required

Product type.

Available options:
income,
employment,
deposit_switch,
pll,
insurance,
transactions,
assets
query
string

Search query by a name.

ordering
enum<string>

Which field to use when ordering the results. The default is by ascending id.

Available options:
id,
-id,
name,
-name,
rank,
-rank
Example:

"id"

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Response

count
integer
required
results
object[]
required
next
string<uri> | null
previous
string<uri> | null