Connect API Catalog///
- API Documentation
Creditsafe Connect
- Get Fresh Investigations
Create Fresh Investigation
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
Get Fresh Investigations
Returns a list of your submitted Fresh Investigation Orders.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations?page=1&pageSize=0&transactionId=string&reportCreatedAfter=2020-01-01T11%3A23%3A56Z&reportCreatedBefore=2020-01-01T11%3A23%3A56Z&createdBefore=string&createdSince=string&lookUpOrderBy=CompanyDetails&companyDetailsCountry=string&companyDetailsName=string&searchCriteriaCountry=string&searchCriteriaName=string&sortBy=creationDate&sortDir=asc' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "totalCount": 0, "orders": [ { … } ] }