Provider

Retrieves the list of financial providers

Retrieves the list of of financial providers. You can filter data by country code or by part of the name. You can get data in CSV format by setting the Accept header to text/csv. Please note that in order to get the whole csv file you need to add the pagination query parameter, for example /providers?pagination=false

SecurityBearer
Request
query Parameters
page
integer
Default: 1

The collection page number

itemsPerPage
integer [ 0 .. 100 ]
Default: 30

The number of items per page

pagination
boolean

Enable or disable pagination

name
string
country
string
country[]
Array of strings
Responses
200

Provider collection

get/providers
Request samples
Response samples
[
  • {
    }
]