Connect API Catalog/Creditsafe Connect//US Search Support
US Search Support
Creditsafe Connect
Introduction
Authentication
User Administration
Instance Management
Decision Trees
Decision Logs
Run Decision
Decision Outcome
Country Risk
Company Search
Person Search
Search And Report Schemas/Criteria
Companies
People/Directors
GB Consumers and AML
Images
Fresh Investigations
Create and View All Jobs
Individual Job Management
User Details
Create and View All Portfolios
Importing Portfolios
User Management of Portfolios
Individual Portfolio Management
Event Rules and Notifications
Administrator Resources
AML Bulk Screening
AML Monitoring Management
AML Screening - Businesses
AML Screening - Individuals
AML Screening - Profile Management
Async AML
Audit
Batch Uploads
Compliance Alerts
Global Monitoring
Profile Business / Individual Details
Profile Key Parties
Profile Management
Profile Updates
Reporting
Searches
GB Bank Match
GB Bank Verification
GB Land Registry
GB Finance Agreements
FR Bank Match
DE NonLtd Companies
NL KVK Extract
Verify
Audit (Legacy)
IDV (Legacy)
European Consumers
US Consumers
Places an order for a Fresh Investigation (Offline Report). Providing as much detail as possible about the Company, our team will use official sources and registries to quickly answer questions about a company's stability and financial health. Fresh Investigations take 5.5 days on average to complete. By adding consent:true to the request, you are allowing Creditsafe to disclose your company details to the company you have requested the Investigation against, to be used only in the aim of improving our Investigation report.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/US/searchSupport
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/US/searchSupport
- multipart/form-data
- application/json
curl -i -X POST \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/US/searchSupport?operationType=searchSupport' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F attachment=string \
-F 'fiBody={"companyId":"string","comments":"string","companyName":"string","consent":"string","customerEmail":"string","customerId":"string","customerName":"string","customerPhoneNo":"string","customerUserId":"string","executiveName":"string","ipAddress":"string","targetBuildingNumber":"string","targetCity":"string","targetCompanyName":"string","targetContact":"string","targetPhoneNo":"string","targetSosNumber":"string","targetState":"string","targetStreet":"string","targetTaxId":"string","targetTradeName":"string","targetWebsiteUrl":"string","targetZip":"string"}'Response
{ "freshInvestigationRequestResult": { "Message": "", "Status": "Success", "TransId": "27079" } }