Connect API Catalog///
- API Documentation
Creditsafe Connect
- Retrieve FreshInvestigation Report Content
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 FreshInvestigati...
Returns the Fresh Investigation Report data for a specific order, after the order has a status of delivered.
Security
bearerToken
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/report
- Production serverhttps://connect.creditsafe.com/v1/freshinvestigations/{orderId}/report
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/report' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Investigation Report.
Items Enum:"CompanySummary""CompanySummaryExtra""AlternateSummary""CompanyIdentification""CompanyIdentificationExtra""CreditScore""CreditScoreExtra""ContactInformation""ContactInformationExtra""ShareCapitalStructure"
Response
- string or null
- Array of strings or null
{ "correlationId": "string", "failedSections": [ "CompanySummary" ], "report": { "companyId": "string", "language": "OM", "companySummary": { … }, "companyIdentification": { … }, "creditScore": { … }, "contactInformation": { … }, "indicators": [ … ], "shareCapitalStructure": { … }, "directors": { … }, "directorships": { … }, "otherInformation": { … }, "groupStructure": { … }, "extendedGroupStructure": [ … ], "financialStatements": [ … ], "localFinancialStatements": [ … ], "negativeInformation": {}, "additionalInformation": {}, "directorsExtra": {}, "extendedGroupStructureExtra": {}, "paymentData": {}, "paymentDataExtra": {}, "alternateSummary": {}, "negativeInformationExtra": {}, "exceptions": [ … ] }, "companyId": "string", "dateOfOrder": "2019-08-24T14:15:22Z", "language": "string", "userId": 0 }