This page documents general error codes. For person and company register status codes (S2, S6, S200-S391, etc.), see the Rejection Codes page.
If there is something wrong, an error will be returned. Depending on the language parameter provided in the request, the error will be delivered in English or Swedish.
In this documentation we describe the Swedish texts, as most customers request reports in Swedish.
All error responses include metaData and error only. Null fields are omitted from the JSON response. The detail field within error is optional and may be omitted when no additional context is available.
Example response (404 NotFound):
{
"metaData": {
"apiLogId": 547632,
"timeStamp": "2026-07-21T09:13:01",
"resource": "GetData (1217)",
"method": "GET",
"requestUrl": "https://se-webservice.apps.creditsafe.com/getdata?blockname=COMPANYX&searchnumber=5569565855",
"lodCreated": false
},
"error": {
"code": "15",
"text": "Ingen träff"
}
}| Code | Text | Detail |
|---|---|---|
| R1 | Språket måste vara antingen en (default) eller sv (svenska) | |
| 11 | Fel block | BlockName finns inte på kundkontot |
| Code | Text | Detail |
|---|---|---|
| R2 | Token får inte saknas eller vara tom | |
| R3 | Sluttiden för token är ogiltig | |
| R4 | Token har gått ut | |
| R5 | Token är ogiltig | |
| R6 | Ogiltig token-utgivare |
For token-related errors (R2-R6), refer to the Authenticate API documentation for guidance on obtaining and refreshing tokens.
| Code | Text | Detail |
|---|---|---|
| 7 | Ej tillgång till tjänsten | Ditt kundkonto har inte tjänsten GetData (1217) |
| 7 | Ej tillgång till tjänsten | Användaren har inte tjänsten GetData (1217) |
| 7 | Ej tillgång till tjänsten | Ingen åtkomst för kontot eller användaren till tjänsten GetData (1217) |
| 7 | Ej tillgång till tjänsten | Ingen tillgång till tjänsten för att skapa omfrågekopior |
| Code | Text | Detail |
|---|---|---|
| 8 | Rapporter/poäng slut | Inga kvarvarande rapporter för kontot eller användaren till tjänsten GetData (1217) |
| 8 | Rapporter/poäng slut | Inga återstående förbetalda omfrågekopior |
| Code | Text | Detail |
|---|---|---|
| 17 | Ej tillgång till denna företagstyp | Ej tillgång till denna företagstyp – AB |
| 17 | Ej tillgång till denna företagstyp | Ej tillgång till denna företagstyp – HB/KB |
| 17 | Ej tillgång till denna företagstyp | Ej tillgång till denna företagstyp – EF |
| 17 | Ej tillgång till denna företagstyp | Ej tillgång till denna företagstyp – Others |
| Code | Text | Detail |
|---|---|---|
| 15 | Ingen träff | Söknumret får inte saknas eller vara tomt |
| Code | Text | Detail |
|---|---|---|
| RE99 | Kan inte hämta fastighetsdata |
The RE99 error code indicates that real estate (fastighet) data could not be retrieved.
- HTTP 503 response: When the real estate failure prevents building any report data
- HTTP 200 with partial report: In standard format requests (
legacyformat=falseor omitted), RE99 may also return as HTTP 200 with botherrorand a partialreportwhen other block sections are successfully retrieved
For detailed information about RE99 returning as HTTP 200 with partial data, see the Rejection Codes page.
Note: When legacyformat=true, real estate failures return HTTP 500 with error code 14 instead of RE99, maintaining backward compatibility with the old SOAP service.
If a report request takes more than 30 seconds, a 504 Gateway Timeout response will be returned.
A 504 Gateway Timeout is most likely a server environment issue at Creditsafe. Please report this kind of issue to Creditsafe support at integration@creditsafe.se including details on the request that timed out (block type, search number, and timestamp).
- Authentication Errors (R2-R6)
- Verify your token is valid and not expired
- Obtain a new token from the Authenticate API
- Ensure the token is included in the Authorization header
- Access Errors (Code 7 or 17)
- Confirm your account has the correct GetData service and company-type access
- Contact integration@creditsafe.se for service access issues
- Request/Format Errors
- Verify
language,blockName, andsearchnumbervalues are valid
- Verify