Endpoints to retrieve the structure of the Company and Director Search Criteria, Report Schemas, and available Report Languages for a specific country.
These endpoints provide the necessary information to validate responses, understand search parameters, and determine localization options for reports.
Endpoint which returns available languages for a report. The JSON structure of the report is language invariant, but field content will return in the selected language where available.
Note: The availability of field content in a specific language depends on the data source. If certain properties in the report are not available in the chosen language, they will default to English. As a result, only a certain percentage of the report may appear in the selected language.
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/access/countries/{countryCode}/reportLanguages
- Production serverhttps://connect.creditsafe.com/v1/access/countries/{countryCode}/reportLanguages
curl -i -X GET \
https://connect.sandbox.creditsafe.com/v1/access/countries/NL/reportLanguages \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'{ "reportLanguages": [ "NL" ] }