Checkio API
get/v1/credit-reports/search-types

List search types

Requires Authentication
Credit Reports

Returns the list of supported credit report search types

Responses

List of search types

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

Code Examples

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