Connect API Catalog///
- API Documentation
Creditsafe Connect
- Report Schema Structure Per Country
Return Languages Available For Company Reports For Selected Country
Company Search Criteria
People/Director Search Criteria
Report Schema Structure P...
Returns the Company Report JSON schema of the provided country. Largely redundant as the Company Report 200 response is defined as a superset of all country's JSON schemas and can be used for any country.
Security
bearerToken
For Templated Company Report JSON Schemas. Selection of templates can be found here: Connect report templates glossary and availability
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/companies/schema/{countryCode}
- Production serverhttps://connect.creditsafe.com/v1/companies/schema/{countryCode}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/companies/schema/{countryCode}?section=CompanyReportResponse&template=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'