Skip to content

European Consumers

Endpoints for searching and retrieving European consumer credit reports (Sweden, Norway, Netherlands, Germany) based on provided search criteria.

Return European Consumer Search Criteria

Request

Returns country specific fields that can be used to search for a Consumer.

Security
bearerToken
Query
countriesstringrequired

Comma-separated list of ISO-2 country codes

Example:countries=de
callRefstring

This parameter allows users to assign a unique identifier to their API queries. By using a callRef, it facilitates easier tracking and logging within Connect. If you provide a callRef, the Connect team can later retrieve and identify the specific requests associated with that identifier, enabling detailed tracing of interactions.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/consumers/searchcriteria?countries=de&callRef=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

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