Search for individuals using personal identification number, name, address, or other details. Returns consumer information including personal identification number, name, address, status, and other details.
Important: At least one of the following parameters is required to perform a search: namesearchnumber, address, or cityorpostcode.
Security
bearerToken
- Production serverhttps://se-webservice.apps.creditsafe.com/search/consumer
- Sandbox serverhttps://se-webservice-sandbox.apps.creditsafe.com/search/consumer
curl -i -X GET \
'https://se-webservice.apps.creditsafe.com/search/consumer?namesearchnumber=string&address=string&cityorpostcode=string&includeinactive=false&startposition=1&pagesize=25&transactionid=string&language=sv' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "metaData": { "apiLogId": 0, "timeStamp": "2019-08-24T14:15:22Z", "resource": "string", "method": "string", "requestUrl": "string" }, "report": { "results": [ … ], "totalCount": 0 } }