Connect API Catalog///
- API Documentation
Creditsafe Connect
- DE Company Report (Non Ltd)
DE Company Search (Non Ltd)
DE Company Search Criteria (Non Ltd)
DE Company Report (Non Lt...
Endpoint to retrieve the DE non-ltd Company report according to the provided id.
Security
bearerToken
A reason for the request. This is a mandatory field. The reason must be one of the following:
1 - Credit enquiry
2 - Credit Decision
3 - Credit Assessment - Future business connection(with credit risk)
4 - Credit Assessment - Existing business connection(with credit risk)
5 - Realisation check receivables collection
6 - Purchase Contract - Intention of signature of purchase contract(with credit risk)
7 - Contract - Intention of signature of leasing or rent contract(with credit risk)
8 - Insurance Contract -Intention of signature of a insurance contract(with credit risk)
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/localSolutions/DE/nonLtdCompanies/{id}
- Production serverhttps://connect.creditsafe.com/v1/localSolutions/DE/nonLtdCompanies/{id}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/localSolutions/DE/nonLtdCompanies/{id}?reason=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "pdfFile": "string", "status": "string", "deCompanyData": "string", "companyData": { "reportDate": "string", "contact": { … }, "note": [ … ], "id": "string", "currentBasicData": "string", "previousBasicData": "string", "currentAddress": "string", "previousAddress": "string", "currentRegisterData": "string", "previousRegisterData": "string", "creditRatingData": "string", "employees": "string", "turnover": "string", "shareCapital": "string", "profit": "string", "businessPurpose": "string", "industry": "string", "balancesheet": "string", "bankData": "string", "currentDirector": "string", "previousDirector": "string", "otherFunctionsCurrent": "string", "otherFunctionsPrevious": "string", "shareholderCurrent": "string", "shareholderPrevious": "string", "shareholderList": "string", "sharesCurrent": "string", "sharesPrevious": "string", "furtherRelationCurrent": "string", "furtherRelationPrevious": "string", "notification": "string", "currentNotificationEvent": "string", "registerPublication": "string", "oldestNotification": "string", "latestNotification": "string", "economicJustification": "string", "structure": "string", "event": "string", "subsidiary": "string" } }