Skip to content

Search for company data

Request

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
Query
namesearchnumberstring, <= 255 characters

Complete or part of the company's name or the complete organization number (without hyphen). Name search is not case sensitive.

Note: At least one search parameter (namesearchnumber, address, cityorpostcode, or telephone) is required.

addressstring, <= 255 characters

Street address (with or without address number).

Note: At least one search parameter (namesearchnumber, address, cityorpostcode, or telephone) is required.

cityorpostcodestring, <= 60 characters

City and/or the post code (5 digits without space, e.g. "12345").

Note: At least one search parameter (namesearchnumber, address, cityorpostcode, or telephone) is required.

telephonestring, <= 20 characters

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.

companytypestring

Company type filter. Accepted values are AB, EF, HBKB (combined HB and KB), or Other. Can be used individually or combined.

Enum:"AB""EF""HBKB""Other"
includeinactiveboolean

Whether to include inactive companies in the search results. Default is false (inactive companies are excluded).

Default:false
startpositioninteger, [ 1 .. 100 ]

Start position of the search result, must be between 1-100. Used if more than 50 search results in response. Default value is 1.

Default:1
pagesizeinteger, [ 1 .. 50 ]

Number of search results returned in the response. Must be between 1-50. Default is 25.

Default:25
transactionidstring, <= 14 characters

Optional. Customer's internal information (customer/invoice number). Recommended to use this field as it can be helpful in tracking your call in Creditsafe logs.

languagestring

Sets the language of the response

Default:"en"
Enum:"sv""en"
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>'

Responses

Successful response with company search results

Bodyapplication/json
metaDataobject

Metadata about the request

reportobject

Report object containing search results

Response
{ "metaData": { "apiLogId": 0, "timeStamp": "2019-08-24T14:15:22Z", "resource": "string", "method": "string", "requestUrl": "string" }, "report": { "results": [], "totalCount": 0 } }