Skip to content

Return Custom Report Parameters

Request

Returns the allowed values of the customData parameter.
Used in the GET Company Report and Director Report endpoints. I.e. Supplying DE as a country code will return a list of reasons for requesting a DE Credit Report (a legal requirement to supply with each Credit Report request in Germany). This will provide a list of allowedValues to enter into the mandatory Parameter customData = de_reason_code::allowedValue.

Security
bearerToken
Path
countrystringrequired

An ISO/Alpha-2 country code to display any special mandatory parameters when ordering a Credit Report in that territory.

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/reportcustomdata/{country}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Bodyapplication/json
object
Response
{ "customData": [ {} ], "country": "DE" }