Skip to content

Return Languages Available For Company Reports For Selected Country

Request

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
Path
countryCodestringrequired

Accepts valid iso-2 country code

Example:NL
curl -i -X GET \
  https://connect.sandbox.creditsafe.com/v1/access/countries/NL/reportLanguages \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
reportLanguagesArray of strings
Example:
[ "NL" ]
Response
{ "reportLanguages": [ "NL" ] }