Skip to content

Company

Company date check operations

Check Company Data Changes Since Reference Date

Request

Verify if any of the included categories has changed for a company since a specific reference date. Returns a list of change codes with the dates they occurred. The reference date cannot be older than 60 months for limited companies (aktiebolag), trading companies (handelsbolag), or partnerships (kommanditbolag).

Security
bearerToken
Query
searchnumberstring, <= 12 characters^\d{10,12}$required

Organization number (10-12 digits). Only digits are allowed.

Example:searchnumber=5565144408
referencedatestring, <= 10 characters^(\d{6}|\d{8}|\d{4}-\d{2}-\d{2})$required

The date from which the changes will be calculated. Cannot be older than 60 months. Accepted formats: YYYY-MM-DD, YYYYMMDD, YYMMDD

Example:referencedate=2020-08-29
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.

Example:transactionid=X123
languagestring, <= 3 characters

Sets the language of the response. Available languages: sv (Swedish) or en (English)

Default:"en"
Enum:"en""sv"
Example:language=sv
legacyformatboolean

Optional. Pass true to receive the old SOAP parameter format from previous versions. Leave out or send false for the new REST API format.

Default:false
curl -i -X GET \
  'https://se-webservice.apps.creditsafe.com/datecheck/company?searchnumber=5565144408&referencedate=2020-08-29&transactionid=X123&language=sv&legacyformat=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful response

Bodyapplication/json
One of:

DateCheck response for company searches

metaDataobject

Metadata section containing request information for tracing and troubleshooting

reportArray of objectsrequired

List of change codes with dates when changes occurred

Response
{ "metaData": { "apiLogId": 233255, "timeStamp": "2025-10-06T06:12:03", "resource": "DateCheck Company (1219)", "method": "GET", "requestUrl": "https://se-webservice.apps.creditsafe.com/datecheck/company?language=sv&referencedate=2023-01-01&searchnumber=5565144408" }, "report": [ {} ] }