Connect API Catalog///
- API Documentation
Consumer And Misc
- Return Custom Report Parameters
Return European Consumer Search Criteria
Consumer Report
Return Custom Report Para...
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
- Sandbox serverhttps://connect.sandbox.creditsafe.com/v1/reportcustomdata/{country}
- Production serverhttps://connect.creditsafe.com/v1/reportcustomdata/{country}
curl -i -X GET \
'https://connect.sandbox.creditsafe.com/v1/reportcustomdata/{country}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'