Connect API Catalog///
- API Documentation
Creditsafe Connect
- Create Fresh Investigation
Get Fresh Investigations
Retrieve FreshInvestigation Order
Delete Fresh Investigations
Update FreshInvestigation Report Content
Upload attachments for fresh investigation orderId
Get attachments for the given fresh investigation orderId
Get attachment for the given fresh investigation attachment Id
Comments for fresh investigation orderId
Retrieve comments of specified FreshInvestigation Report
Retrieve FreshInvestigation Report Content
Create Fresh Investigatio...
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
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"
}
}'Response
{ "correlationId": "string", "message": "string", "orderID": "string", "transactionID": "string" }