Connect API Catalog///
- API Documentation
Creditsafe Connect
- Return Custom Report Parameters
Consumer Report
Return European Consumer Search Criteria
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>'