Skip to content

Report Schema Structure Per Country

Request

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

ISO2 / Alpha 2 Country Code

Query
sectionstringrequired

Use CompanyReportResponse for the Company Credit Report JSON schema.

Value:"CompanyReportResponse"
templatestring

For Templated Company Report JSON Schemas. Selection of templates can be found here: Connect report templates glossary and availability

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/companies/schema/{countryCode}?section=CompanyReportResponse&template=string' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
object(CreditsafeGlobalDataReportsCompanyReportExtraSection)
Response
{}