Checkio API
get/v1/credit-reports/providers

List credit report providers

Requires Authentication
Credit Reports

Returns the list of supported credit bureaus

Responses

List of providers

Response Bodyapplication/json
array
Provider[]
Provider
id
string
name
string

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/v1/credit-reports/providers' \
  -H 'Authorization: Bearer {token}'