Retrieves comprehensive company or consumer data based on your configured GetData block. The response structure depends on which sections are included in your block configuration. Approximately 500 parameters are available for companies and 175 for consumers.
Security
bearerToken
Optional. Any text to be included on the letter of disclosure. The text string sent in this parameter will be added as free text on the letter of disclosure. If no letter is sent, the text will be ignored. If multiple requests are made on the same search object (organization or person) on the same day, all unique texts will be added to the letter (up to 500 characters). All letters of disclosure are sent in Swedish.
Example:lodfreetext=Credit application reference 2024-001
- Production serverhttps://se-webservice.apps.creditsafe.com/getdata
- Sandbox serverhttps://se-webservice-sandbox.apps.creditsafe.com/getdata
curl -i -X GET \
'https://se-webservice.apps.creditsafe.com/getdata?searchnumber=5565144408&blockname=FinancialSummary&transactionid=INV-12345&language=en&lodfreetext=Credit%20application%20reference%202024-001&legacyformat=false' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
- Company
- Consumer
- Company
- Consumer
{ "metaData": { "apiLogId": 2098765, "timeStamp": "2026-06-12T14:30:00", "resource": "GetData (1217)", "method": "GET", "requestUrl": "https://se-webservice.apps.creditsafe.com/getdata?blockname=COMPANY_BLOCK&language=sv&searchnumber=5569876543&transactionid=TX789", "lodCreated": true }, "report": { "basicInformation": { … }, "contactInformation": { … }, "creditScore": { … } } }