Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Languages Available For Company Reports For Selected Country
Report Schema Structure Per Country
Company Search Criteria
People/Director Search Criteria
Return Languages Availabl...
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.
Security
bearerToken
- 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>'Response
{ "reportLanguages": [ "NL" ] }