{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-country-apis-catalog/product-catalog/se/dateCheck/sidebars.yaml","current-catalog-info":"current-catalog-info-/country-apis-catalog/product-catalog/se/datecheck/openapi"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Requests and Responses","llmstxt":{"hide":true}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"requests-and-responses","__idx":0},"children":["Requests and Responses"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"authentication","__idx":1},"children":["Authentication"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To be able to do a DateCheck for a specific company or consumer, you ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["must first authenticate your user account"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Please refer to the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/country-apis-catalog/product-catalog/se/authenticate"},"children":["Authenticate API documentation"]}," for details on how to authenticate and obtain a token."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The generated token can be used across all Creditsafe Sweden REST APIs including DateCheck, GetData, SearchEngine, GetSignatory, GetUnitData, and SPAR."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"production-urls","__idx":2},"children":["Production URLs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Company DateCheck:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"https://se-webservice.apps.creditsafe.com/datecheck/company\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Consumer DateCheck:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"https://se-webservice.apps.creditsafe.com/datecheck/consumer\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"request-methods","__idx":3},"children":["Request Methods"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The DateCheck REST API includes two distinct ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GET"]}," methods: one for consumers and one for companies."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"company-datecheck-request","__idx":4},"children":["Company DateCheck Request"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /datecheck/company\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example Request:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"HEADER: Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6Im…hPeGE7Ak8YtKFbA \nURL: https://se-webservice.apps.creditsafe.com/datecheck/company?searchnumber=5565144408&referencedate=2020-08-29&transactionid=X123&language=sv\nMethod: GET\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"consumer-datecheck-request","__idx":5},"children":["Consumer DateCheck Request"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Endpoint:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"GET /datecheck/consumer\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example Request:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"curl","header":{"controls":{"copy":{}}},"source":"HEADER: Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6Im…hPeGE7Ak8YtKFbA \nURL: https://se-webservice.apps.creditsafe.com/datecheck/consumer?searchnumber=198001010001&referencedate=2024-01-01&transactionid=X123&language=sv\nMethod: GET\n","lang":"curl"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"request-parameters","__idx":6},"children":["Request Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The table below describes each parameter included in the requests for both types."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Data type"},"children":["Data type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Max length"},"children":["Max length"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Required"},"children":["Required"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["searchnumber"]}," (query)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["12"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Person number (12 digits) or organization number (10-12 digits). Only digits are allowed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["referencedate"]}," (query)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["10"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The date from which the changes will be calculated. See \"Important Information\" regarding reference date limitations. Accepted formats: YYYY-MM-DD, YYYYMMDD, YYMMDD"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["transactionid"]}," (query)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["14"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer's internal information (customer/invoice number). Recommended to use this field as it can be helpful in tracking your call in Creditsafe logs"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["language"]}," (query)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["3"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sets the language of the response. Available languages: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sv"]}," (Swedish) or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["en"]}," (English)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["legacyformat"]}," (query)"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Boolean"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["-"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["If you leave this parameter out or send a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["false"]}," value you will get the new format used in Creditsafe REST APIs. Pass ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["true"]}," into this parameter if you want the API to respond with the old SOAP parameter format from previous versions"]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Reference Date Limitations"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The change date in the response cannot be older than:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["36 months"]}," for consumers or sole traders (enskilda firmor)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["60 months"]}," for limited companies (aktiebolag), trading companies (handelsbolag), or partnerships (kommanditbolag)"]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Customer Responsibility"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The responsibility for tracking the date of the last credit decision and its outcome lies with the customer; the DateCheck REST API does not maintain this information."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["It is ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["mandatory"]}," to include a reference date in the request, which should correspond to the date of the last credit decision. The response will contain any changes that have occurred since this date."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"response-successful","__idx":7},"children":["Response (Successful)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The response format from the DateCheck REST API is the same for both consumers and companies. However, the change codes that may appear differ between the two. Please refer to the ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/country-apis-catalog/product-catalog/se/datecheck/documentation/change-categories"},"children":["Change Categories"]}," section for the available change codes."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All successful responses include a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["metaData"]}," object containing request information for tracing and troubleshooting, and a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["report"]}," array containing the list of changes."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"http-response-code-200-ok","__idx":8},"children":["HTTP Response code: 200 OK"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"metaData\": {\n    \"apiLogId\": 542900,\n    \"timeStamp\": \"2026-07-15T14:26:33\",\n    \"resource\": \"DateCheck Company (1219)\",\n    \"method\": \"GET\",\n    \"requestUrl\": \"https://se-webservice.apps-dev.creditsafe.com/datecheck/company?language=en&referencedate=2024-01-01&searchnumber=5565144408\"\n  },\n  \"report\": [\n    {\n      \"code\": \"RAT\",\n      \"description\": \"Rating\",\n      \"changeDate\": \"2022-12-02T00:00:00\"\n    },\n    {\n      \"code\": \"POD\",\n      \"description\": \"Riskprognos\",\n      \"changeDate\": \"2022-12-02T00:00:00\"\n    },\n    {\n      \"code\": \"LIM\",\n      \"description\": \"Limit\",\n      \"changeDate\": \"2022-08-22T00:00:00\"\n    },\n    {\n      \"code\": \"DEP\",\n      \"description\": \"Betalningsanmärkning E-Mål/Tredskodom\",\n      \"changeDate\": \"2024-06-13T00:00:00\"\n    },\n    {\n      \"code\": \"DEM\",\n      \"description\": \"Skuldsaldo E-Mål\",\n      \"changeDate\": \"2022-09-11T00:00:00\"\n    },\n    {\n      \"code\": \"DAP\",\n      \"description\": \"Betalningsanmärkning A-Mål\",\n      \"changeDate\": \"2022-10-22T00:00:00\"\n    },\n    {\n      \"code\": \"DAM\",\n      \"description\": \"Skuldsaldo A-Mål\",\n      \"changeDate\": \"2021-01-10T00:00:00\"\n    },\n    {\n      \"code\": \"CON\",\n      \"description\": \"Kontakt information\",\n      \"changeDate\": \"2022-09-09T00:00:00\"\n    },\n    {\n      \"code\": \"BOA\",\n      \"description\": \"Styrelse\",\n      \"changeDate\": \"2022-09-09T00:00:00\"\n    },\n    {\n      \"code\": \"ASI\",\n      \"description\": \"Firmatecknare\",\n      \"changeDate\": \"2022-09-09T00:00:00\"\n    },\n    {\n      \"code\": \"ANA\",\n      \"description\": \"Bokslut/Hel och delårs redovisningar\",\n      \"changeDate\": \"2022-08-22T00:00:00\"\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"response-parameters","__idx":9},"children":["Response Parameters"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The response contains two main sections:"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"metadata","__idx":10},"children":["metaData"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["metaData"]}," object contains request information for tracing and troubleshooting:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Data type"},"children":["Data type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["apiLogId"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Integer"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unique identifier for the Creditsafe API log. Refer to this ID when contacting support"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["timeStamp"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DateTime"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The exact time when the request was processed by Creditsafe. Format: YYYY-MM-DDTHH:MM:SS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["resource"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Indicates which service delivered the report (e.g., \"DateCheck Company (1219)\" or \"DateCheck Consumer (1220)\")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["method"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Specifies the HTTP method used for the request"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["requestUrl"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The complete URL of the request sent to Creditsafe"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"report","__idx":11},"children":["report"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["report"]}," array contains the list of changes. For each change code where a change has occurred since the reference date, the following parameters will be returned:"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Parameter"},"children":["Parameter"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Data type"},"children":["Data type"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["code"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Change code as described in the change categories"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["description"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["String"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Description of the change code, available in English or Swedish"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["changeDate"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DateTime"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Date when the change occurred. Format: YYYY-MM-DDTHH:MM:SS"]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Null Values"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Please note that parameters with a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["null"]}," value are hidden in the responses of Creditsafe's REST APIs."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"understanding-the-response","__idx":12},"children":["Understanding the Response"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The response from the service includes change categories along with the dates of their most recent updates. For example, if a consumer's score has changed three times since the reference date, only the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["most recent date"]}," will be returned."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["While this information allows you to determine when a specific change occurred, it does ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," indicate whether the change was positive or negative."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use the date of your last credit decision report as the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["referencedate"]}," in your request. If the response contains any change codes, you know changes have occurred since that report — no date comparison is needed. Both the reference date and the outcome of the last credit decision must be stored on the customer's side, as the API does not manage this logic."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Recurring Change Code Management"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your logic manages data updates correctly, you can avoid recurring change codes by setting the reference date to the previous DateCheck request instead of the latest credit decision."]}]}]},"headings":[{"value":"Requests and Responses","id":"requests-and-responses","depth":1},{"value":"Authentication","id":"authentication","depth":2},{"value":"Production URLs","id":"production-urls","depth":2},{"value":"Request Methods","id":"request-methods","depth":2},{"value":"Company DateCheck Request","id":"company-datecheck-request","depth":3},{"value":"Consumer DateCheck Request","id":"consumer-datecheck-request","depth":3},{"value":"Request Parameters","id":"request-parameters","depth":2},{"value":"Response (Successful)","id":"response-successful","depth":2},{"value":"HTTP Response code: 200 OK","id":"http-response-code-200-ok","depth":3},{"value":"Response Parameters","id":"response-parameters","depth":2},{"value":"metaData","id":"metadata","depth":3},{"value":"report","id":"report","depth":3},{"value":"Understanding the Response","id":"understanding-the-response","depth":2}],"frontmatter":{"seo":{"title":"Requests and Responses"}},"lastModified":"2026-07-17T12:34:52.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/country-apis-catalog/product-catalog/se/datecheck/documentation/requests-responses","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}