Skip to content

Return US Consumers Search Criteria

Request

Returns country specific fields that can be used to search for a US Consumer TryReport. Use this endpoint to discover all supported search criteria query parameters and validation rules for the /consumers/tryReport endpoint.

Security
bearerToken
Query
countriesstringrequired

ISO-2 country code

Example:countries=US
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/consumers/tryReport/searchcriteria?countries=US' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
Array [
countriesArray of strings
Example:
[ "DE" ]
criteriaSetsArray of objects
]
Response
[ { "countries": [], "criteriaSets": [] } ]