Retrieves company unit data based on search parameters. Returns 404 if not found or 400 for invalid input.
Security
bearerToken
Controls whether the response is returned in a legacy format. If you leave this parameter out or send a false value you will get the new format used in Creditsafe REST APIs. Pass true into this parameter if you want the API to respond with the old SOAP parameter format from previous versions of this service.
Default:false
- Production serverhttps://se-webservice.apps.creditsafe.com/getdataunit
- Sandbox serverhttps://se-webservice-sandbox.apps.creditsafe.com/getdataunit
curl -i -X GET \
'https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=string&name=string&address=string&postnr=string&includeinactive=false&legacyformat=false&language=en&transactionid=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "metaData": { "apiLogId": 0, "timeStamp": "2019-08-24T14:15:22Z", "resource": "string", "method": "string", "requestUrl": "string" }, "report": [ { … } ] }