Consumer Search and Report endpoint. When sufficient information has been provided to filter potential Consumer results down to one record then the Consumer Report will be returned.
Security
bearerToken
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.
Default:null
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/consumers
- Production serverhttps://connect.creditsafe.com/v1/consumers
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/consumers?countries=DE&language=EN&firstName=string&lastName=string&street=string&houseNo=string&city=string&postCode=string&dateOfBirth=2019-08-24T14%3A15%3A22Z&customData=de_reason_code%3A%3AER&callRef=%7BcallRef%7D' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "correlationId": "string", "totalSize": 0, "consumers": [ { … } ] }