Skip to content

Consumer

Consumer date check operations

Check consumer data changes since reference date

Request

Verify if any of the included categories has changed for a consumer since a specific reference date. Returns a list of change codes with the dates they occurred. The reference date cannot be older than 36 months for consumers or sole traders (enskilda firmor).

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

Person number (12 digits). Only digits are allowed.

Example:searchnumber=198001010001
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 36 months. Accepted formats: YYYY-MM-DD, YYYYMMDD, YYMMDD

Example:referencedate=2024-01-01
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/consumer?searchnumber=198001010001&referencedate=2024-01-01&transactionid=X123&language=sv&legacyformat=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Successful response

Bodyapplication/json
One of:

DateCheck response for consumer 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": 233256, "timeStamp": "2025-10-06T06:12:05", "resource": "DateCheck Consumer (1220)", "method": "GET", "requestUrl": "https://se-webservice.apps.creditsafe.com/datecheck/consumer?language=sv&referencedate=2023-01-01&searchnumber=198001010001" }, "report": [ {} ] }