Search for companies using organization number, name, address, or other details. Returns company information including organization number, name, address, status, and other details.
Important: At least one of the following parameters is required to perform a search: namesearchnumber, address, cityorpostcode, or telephone.
Security
bearerToken
Telephone number with or without hyphen.
Note: This search value will actually also give a response if the number matches a fax. Only available for company search. Maximum 20 characters (will be truncated if longer).
Note: At least one search parameter (namesearchnumber, address, cityorpostcode, or telephone) is required.
- Production serverhttps://se-webservice.apps.creditsafe.com/search/company
- Sandbox serverhttps://se-webservice-sandbox.apps.creditsafe.com/search/company
curl -i -X GET \
'https://se-webservice.apps.creditsafe.com/search/company?namesearchnumber=string&address=string&cityorpostcode=string&telephone=string&companytype=AB&includeinactive=false&startposition=1&pagesize=25&transactionid=string&language=sv' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
{ "metaData": { "apiLogId": 0, "timeStamp": "2019-08-24T14:15:22Z", "resource": "string", "method": "string", "requestUrl": "string" }, "report": { "results": [ … ], "totalCount": 0 } }