Endpoints to manage Fresh Investigation requests. With the need for accurate data, you can check on any company that is not available within our instant online database by placing a Fresh Investigation (Offline Order). Depending on the market, the information we obtain will vary. Using official sources and registries we are able to quickly answer questions about a company's stability and financial health. Where official information is not available we will conduct a direct interview with the business.
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.
Including this allows Creditsafe to disclose your company details to the target company in the aim of improving the quality of our Investigation Report
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations
curl -i -X POST \
https://connect.sandbox.creditsafe.com/v1/freshinvestigations \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"consent": true,
"contactInfo": {
"name": "string",
"emailAddress": "string",
"telephoneNumber": "string",
"company": {
"name": "string",
"number": "string"
}
},
"chargeReference": "string",
"searchCriteria": {
"name": "string",
"additionalInfo": "string",
"telephoneNumber": "string",
"address": {
"simple": "string",
"postcode": "string",
"city": "string"
},
"regNo": "string",
"vatNo": "string",
"countryCode": "string"
}
}'{ "correlationId": "string", "message": "string", "orderID": "string", "transactionID": "string" }