Connect API Catalog///
- API Documentation
Creditsafe Connect
- US Consumer Report
Return US Consumers Search Criteria
US Consumer Report
Search for US consumer based on provided criteria. Returns a consumer report with credit information, trade lines, negative information, and employment details.
Template Options:
basic- Standard consumer report without credit score. No footprint left on consumer's credit file.hardcheck- Includes credit score in response and leaves a footprint (inquiry) on the consumer's credit file. Used for actual credit decisions.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/consumers/tryReport
- Production serverhttps://connect.creditsafe.com/v1/consumers/tryReport
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/consumers/tryReport?countries=US&firstName=string&lastName=string&template=basic&personNumber=string&dateOfBirth=2019-08-24&street=string&city=string&postalCode=string&province=st&telephone=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "correlationId": "string", "report": { "language": "string", "consumerInformation": { … }, "creditScoreExtra": { … }, "contactInformation": { … }, "negativeInformation": { … }, "additionalInformation": { … } }, "dateOfOrder": "2019-08-24T14:15:22Z", "language": "string", "userId": "string" }