Connect API Catalog///
- API Documentation
Creditsafe Connect
- Retrieve FreshInvestigation Order
Create Fresh Investigation
Get Fresh Investigations
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
Retrieve FreshInvestigati...
Returns a specific Fresh Investigation order.
Security
bearerToken
Specify a value to return a single section, or multiple-comma separated sections of the completed Fresh Investigation. Leave null to return all sections. Available sections; - companyIdentification - creditScore - contactInformation - directors - otherInformation - groupStructure - extendedGroupStructure - financialStatements - negativeInformation - additionalInformation- directorships - localFinancialStatements - paymentData - companySummary - alternateSummary
Example:sections=companyIdentification,creditScore
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations/{orderId}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}?sections=companyIdentification%2CcreditScore&comments=last' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Returns a specific Fresh Investigation Order. For completed orders this will contain the Investigation content as Report Sections.
Response
{ "chargeReference": "string", "contactDetails": { "emailAddress": "string", "name": "string", "telephoneNumber": "string" }, "creationDate": "string", "lastStatusChangeDate": "string", "orderID": 0, "reportDate": "string", "searchCriteria": { "additionalInfo": "string", "address": { … }, "countryCode": "string", "name": "string", "regNo": "string", "vatNo": "string" }, "sections": [ { … } ], "status": { "code": "string", "description": "string" }, "transactionID": 0 }