{"items":[{"type":"link","label":"Get Data Unit","link":"/country-apis-catalog/product-catalog/se/getdataunit/openapi","routeSlug":"/country-apis-catalog/product-catalog/se/getdataunit/openapi","content":{"contentType":"overview","meta":{"name":"Get Data Unit"},"children":[{"nodeType":"container","panels":[{"title":"Download OpenAPI description","titleTranslationKey":"download.description.title","children":[{"kind":"download","label":"openapi.json","url":"/_bundle/country-apis-catalog/product-catalog/se/getDataUnit/openapi.json?download"},{"kind":"download","label":"openapi.yaml","url":"/_bundle/country-apis-catalog/product-catalog/se/getDataUnit/openapi.yaml?download"}]},{"title":"Overview","titleTranslationKey":"info.title","children":[{"kind":"email","title":"Creditsafe Integration Team","email":"integration@creditsafe.se","label":"integration@creditsafe.se","withCopyButton":true,"copyContent":"integration@creditsafe.se"}]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"java","title":"Java","lang":"Java"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"go","title":"Go","lang":"Go"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"r","title":"R","lang":"R"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://se-webservice.apps.creditsafe.com","description":"Production server"},{"url":"https://se-webservice-sandbox.apps.creditsafe.com","description":"Sandbox server"}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Get Data Unit (1.0.0)","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"The GetDataUnit REST API enables you to retrieve a list of all units (offices, branches, etc.) \nassociated with an organization. This service provides detailed information about each unit including \noffice type, status, employee range, industry classification, addresses, and contact information."}],"sectionId":"/country-apis-catalog/product-catalog/se/getdataunit/openapi"}],"sectionId":"/country-apis-catalog/product-catalog/se/getdataunit/openapi"}]}]}},{"type":"group","label":"Data Retrieval","link":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/data-retrieval","routeSlug":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/data-retrieval","items":[{"label":"Retrieve company unit data","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/data-retrieval/getdataunit","routeSlug":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/data-retrieval/getdataunit","metadata":{"seo":{"title":"Retrieve company unit data","description":"Retrieves company unit data based on search parameters. Returns 404 if not found or 400 for invalid input."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getDataUnit","name":"Retrieve company unit data","isWebhook":false,"pointer":"/paths/~1getdataunit/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve company unit data","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Retrieves company unit data based on search parameters. Returns 404 if not found or 400 for invalid input."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerToken","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires authentication for access to protected endpoints. Authentication is performed by providing a valid JWT token in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Authorization"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header of each request."},"children":[]}]}]}]}]}]},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"searchnumber","in":"query","schemaId":"schema_704","description":"Unique identifier used to search for a company or business entity. Organization number (typically 10 digits). The value is normalised by  the service before processing."},{"name":"name","in":"query","schemaId":"schema_705","description":"Company or business name used as search criteria."},{"name":"address","in":"query","schemaId":"schema_705","description":"Address value used as search criteria."},{"name":"postnr","in":"query","schemaId":"schema_705","description":"Postal code used as search criteria."},{"name":"includeinactive","in":"query","schemaId":"schema_706","description":"When set to true, inactive entities are included in the results."},{"name":"legacyformat","in":"query","schemaId":"schema_706","description":"Controls whether the response is returned in a legacy format. If you leave this parameter out or send a false value you will get  the new format used in Creditsafe REST APIs. Pass true into this  parameter if you want the API to respond with the old SOAP parameter  format from previous versions of this service."},{"name":"language","in":"query","schemaId":"schema_707","description":"Language used for response content and messages. Supported values are English (en) and Swedish (sv)."},{"name":"transactionid","in":"query","schemaId":"schema_708","description":"Customer's internal information (customer/invoice number). Recommended  to use this field as it can be helpful in tracking your call in  Creditsafe logs."}],"pointer":"/paths/~1getdataunit/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/getdataunit","servers":[{"url":"https://se-webservice.apps.creditsafe.com","description":"Production server"},{"url":"https://se-webservice-sandbox.apps.creditsafe.com","description":"Sandbox server"}],"parameters":{"path":[],"query":[{"name":"searchnumber","in":"query","required":false,"schemaId":"schema_704"},{"name":"name","in":"query","required":false,"schemaId":"schema_705"},{"name":"address","in":"query","required":false,"schemaId":"schema_705"},{"name":"postnr","in":"query","required":false,"schemaId":"schema_705"},{"name":"includeinactive","in":"query","required":false,"schemaId":"schema_706"},{"name":"legacyformat","in":"query","required":false,"schemaId":"schema_706"},{"name":"language","in":"query","required":false,"schemaId":"schema_707"},{"name":"transactionid","in":"query","required":false,"schemaId":"schema_708"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerToken","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200","400","403","404","504"],"pointer":"/getdataunit","href":"data-retrieval/getdataunit","openApiOperationId":"getDataUnit","summary":"Retrieve company unit data"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://se-webservice.apps.creditsafe.com","description":"Production server"},{"url":"https://se-webservice-sandbox.apps.creditsafe.com","description":"Sandbox server"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Successful response with list of company units","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_709"}},"schemaId":"schema_709"},{"code":"400","description":"Bad request - Invalid parameters","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/400/content/application~1json/examples/invalidLanguage"]}},"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/400/content/application~1json/examples/invalidLanguage"]},{"code":"403","description":"Forbidden - Authentication or authorization error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/403/content/application~1json/examples/tokenExpired","paths/~1getdataunit/get/responses/403/content/application~1json/examples/noAccess","paths/~1getdataunit/get/responses/403/content/application~1json/examples/quotaExhausted"]}},"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/403/content/application~1json/examples/tokenExpired","paths/~1getdataunit/get/responses/403/content/application~1json/examples/noAccess","paths/~1getdataunit/get/responses/403/content/application~1json/examples/quotaExhausted"]},{"code":"404","description":"Not found - Organization not found or no matching units","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/404/content/application~1json/examples/notFound","paths/~1getdataunit/get/responses/404/content/application~1json/examples/noMatchingUnits"]}},"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/404/content/application~1json/examples/notFound","paths/~1getdataunit/get/responses/404/content/application~1json/examples/noMatchingUnits"]},{"code":"504","description":"Gateway timeout - Request took longer than 30 seconds","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse"}},"schemaId":"components/schemas/ErrorResponse"}],"pointer":"/paths/~1getdataunit/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_709","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_709"}}},{"code":"400","schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/400/content/application~1json/examples/invalidLanguage"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/400/content/application~1json/examples/invalidLanguage"]}}},{"code":"403","schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/403/content/application~1json/examples/tokenExpired","paths/~1getdataunit/get/responses/403/content/application~1json/examples/noAccess","paths/~1getdataunit/get/responses/403/content/application~1json/examples/quotaExhausted"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/403/content/application~1json/examples/tokenExpired","paths/~1getdataunit/get/responses/403/content/application~1json/examples/noAccess","paths/~1getdataunit/get/responses/403/content/application~1json/examples/quotaExhausted"]}}},{"code":"404","schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/404/content/application~1json/examples/notFound","paths/~1getdataunit/get/responses/404/content/application~1json/examples/noMatchingUnits"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse","exampleIds":["paths/~1getdataunit/get/responses/404/content/application~1json/examples/notFound","paths/~1getdataunit/get/responses/404/content/application~1json/examples/noMatchingUnits"]}}},{"code":"504","schemaId":"components/schemas/ErrorResponse","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/ErrorResponse"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/data-retrieval/getdataunit"}],"panels":[]}]},"httpPath":"/getdataunit"}],"content":{"contentType":"group","meta":{"name":"Data Retrieval"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Data Retrieval","showPageActions":true},{"nodeType":"markdoc","content":"Operations for retrieving company unit data"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/getdataunit","summary":"Retrieve company unit data","prefix":{"name":"get","color":"get"},"badges":[],"link":"/data-retrieval/getdataunit","deprecated":false}]}]}]}]}},{"type":"group","label":"Health Check","link":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/health-check","routeSlug":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/health-check","items":[{"label":"Health check","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/health-check/healthcheck","routeSlug":"/country-apis-catalog/product-catalog/se/getdataunit/openapi/health-check/healthcheck","metadata":{"seo":{"title":"Health check","description":"Returns the health status of the service."}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"healthCheck","name":"Health check","isWebhook":false,"pointer":"/paths/~1getdataunit~1health/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Health check","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":"Returns the health status of the service."},{"nodeType":"security","requirements":[{"schemes":[{"name":"bearerToken","scopes":[],"type":"http","scheme":"bearer","bearerFormat":"JWT","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires authentication for access to protected endpoints. Authentication is performed by providing a valid JWT token in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Authorization"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header of each request."},"children":[]}]}]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/getdataunit/health","servers":[{"url":"https://se-webservice.apps.creditsafe.com","description":"Production server"},{"url":"https://se-webservice-sandbox.apps.creditsafe.com","description":"Sandbox server"}],"parameters":{"path":[],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"bearerToken","type":"http","scheme":"bearer","bearerFormat":"JWT"}],"scopes":[]}],"responseCodes":["200"],"pointer":"/getdataunit/health","href":"health-check/healthcheck","openApiOperationId":"healthCheck","summary":"Health check"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://se-webservice.apps.creditsafe.com","description":"Production server"},{"url":"https://se-webservice-sandbox.apps.creditsafe.com","description":"Sandbox server"}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Service is healthy","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/HealthCheckResponse","exampleIds":["paths/~1getdataunit~1health/get/responses/200/content/application~1json/example"]}},"schemaId":"components/schemas/HealthCheckResponse","exampleIds":["paths/~1getdataunit~1health/get/responses/200/content/application~1json/example"]}],"pointer":"/paths/~1getdataunit~1health/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/HealthCheckResponse","exampleIds":["paths/~1getdataunit~1health/get/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/HealthCheckResponse","exampleIds":["paths/~1getdataunit~1health/get/responses/200/content/application~1json/example"]}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"feedback","pageSlug":"/health-check/healthcheck"}],"panels":[]}]},"httpPath":"/getdataunit/health"}],"content":{"contentType":"group","meta":{"name":"Health Check"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Health Check","showPageActions":true},{"nodeType":"markdoc","content":"Service health check endpoint"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/getdataunit/health","summary":"Health check","prefix":{"name":"get","color":"get"},"badges":[],"link":"/health-check/healthcheck","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/CodeDescType":{"id":"components/schemas/CodeDescType","kind":"json-schema","title":"CodeDescType","data":{"type":"object","description":"Code and description pair.","properties":{"code":{"type":"string","description":"Code value."},"description":{"type":"string","description":"Description for the code."}}}},"components/schemas/Address":{"id":"components/schemas/Address","kind":"json-schema","title":"Address","data":{"type":"object","description":"Address details.","properties":{"address":{"type":"string","description":"Street address."},"postNr":{"type":"string","description":"Postal code."},"city":{"type":"string","description":"City name."},"countryCode":{"type":"string","description":"Country code (ISO 3166-1 alpha-2)."}}}},"components/schemas/Phone":{"id":"components/schemas/Phone","kind":"json-schema","title":"Phone","data":{"type":"object","description":"Phone number details.","properties":{"countryCode":{"type":"string","description":"Country code for the phone number."},"areaCode":{"type":"string","description":"Area code for the phone number."},"number":{"type":"string","description":"Phone number."}}}},"components/schemas/Fax":{"id":"components/schemas/Fax","kind":"json-schema","title":"Fax","data":{"type":"object","description":"Fax number details.","properties":{"countryCode":{"type":"string","description":"Country code for the fax number."},"areaCode":{"type":"string","description":"Area code for the fax number."},"number":{"type":"string","description":"Fax number."}}}},"components/schemas/GetDataUnitRestResponse":{"id":"components/schemas/GetDataUnitRestResponse","kind":"json-schema","title":"GetDataUnitRestResponse","data":{"type":"object","description":"Company unit data item within the report array.","properties":{"name":{"type":"string","description":"Company Unit Name"},"officeType":{"$ref":"#/components/schemas/CodeDescType"},"status":{"$ref":"#/components/schemas/CodeDescType"},"employeeRange":{"type":"string","description":"Employee range for the company."},"industry":{"$ref":"#/components/schemas/CodeDescType"},"visitingAddress":{"$ref":"#/components/schemas/Address"},"mailingAddress":{"$ref":"#/components/schemas/Address"},"phone":{"$ref":"#/components/schemas/Phone"},"fax":{"$ref":"#/components/schemas/Fax"},"cfar":{"type":"string","description":"Company CFAR code."}}}},"components/schemas/ErrorResponse":{"id":"components/schemas/ErrorResponse","kind":"json-schema","title":"ErrorResponse","data":{"type":"object","description":"Error response structure. All error responses include metaData and error only. Null fields are omitted from the JSON response.","required":["metaData","error"],"properties":{"metaData":{"type":"object","description":"Metadata about the request","required":["apiLogId","timeStamp","resource","method","requestUrl"],"properties":{"apiLogId":{"type":"integer","description":"Unique identifier for the Creditsafe API log"},"timeStamp":{"type":"string","format":"date-time","description":"The exact time when the request was processed"},"resource":{"type":"string","description":"Which service delivered the response","example":"GetDataUnit (1218)"},"method":{"type":"string","description":"The HTTP method used for the request","example":"GET"},"requestUrl":{"type":"string","description":"The complete URL of the request"}}},"error":{"type":"object","description":"Error details","required":["code","text"],"properties":{"code":{"type":"string","description":"Error code identifier","example":"15"},"text":{"type":"string","description":"Error message text (language depends on language parameter)","example":"Ingen träff"},"detail":{"type":"string","description":"Additional error details. This property is optional and may be omitted entirely when no additional context is available.","example":"Söknumret får inte saknas eller vara tomt"}}}}}},"components/schemas/HealthCheckResponse":{"id":"components/schemas/HealthCheckResponse","kind":"json-schema","title":"HealthCheckResponse","data":{"type":"object","description":"Health check response model for monitoring service availability.","properties":{"status":{"type":"string","description":"Overall health status of the service."},"service":{"type":"string","description":"Service name."},"timestamp":{"type":"string","format":"date-time","description":"Current timestamp."},"version":{"type":"string","description":"Service version/environment."}}}},"schema_704":{"kind":"json-schema","data":{"type":"string","maxLength":10},"id":"schema_704"},"schema_705":{"kind":"json-schema","data":{"type":"string"},"id":"schema_705"},"schema_706":{"kind":"json-schema","data":{"type":"boolean","default":false},"id":"schema_706"},"schema_707":{"kind":"json-schema","data":{"type":"string","enum":["en","sv"],"default":"en"},"id":"schema_707"},"schema_708":{"kind":"json-schema","data":{"type":"string","maxLength":14},"id":"schema_708"},"schema_709":{"kind":"json-schema","data":{"type":"object","properties":{"metaData":{"type":"object","description":"Metadata section containing request information for tracing and troubleshooting","properties":{"apiLogId":{"type":"integer","description":"Unique identifier for the Creditsafe API log. Refer to this ID when contacting support"},"timeStamp":{"type":"string","format":"date-time","description":"The exact time when the request was processed by Creditsafe"},"resource":{"type":"string","description":"Indicates which service delivered the report"},"method":{"type":"string","description":"Specifies the HTTP method used for the request"},"requestUrl":{"type":"string","description":"The complete URL of the request sent to Creditsafe"}},"required":["apiLogId","timeStamp","resource","method","requestUrl"]},"report":{"type":"array","description":"Array of company units for the organization","items":{"$ref":"#/components/schemas/GetDataUnitRestResponse"}}},"required":["metaData","report"]},"id":"schema_709"}},"exampleStore":{"paths/~1getdataunit/get/responses/400/content/application~1json/examples/invalidLanguage":{"value":{"metaData":{"apiLogId":547740,"timeStamp":"2026-07-21T10:40:00","resource":"GetDataUnit (1218)","method":"GET","requestUrl":"https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=5565144408&language=xx"},"error":{"code":"R1","text":"Språket måste vara antingen en (default) eller sv (svenska)"}},"key":"invalidLanguage","summary":"Invalid language parameter","id":"paths/~1getdataunit/get/responses/400/content/application~1json/examples/invalidLanguage"},"paths/~1getdataunit/get/responses/403/content/application~1json/examples/tokenExpired":{"value":{"metaData":{"apiLogId":547740,"timeStamp":"2026-07-21T10:40:00","resource":"GetDataUnit (1218)","method":"GET","requestUrl":"https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=5565144408"},"error":{"code":"R4","text":"Token har gått ut"}},"key":"tokenExpired","summary":"Token has expired","id":"paths/~1getdataunit/get/responses/403/content/application~1json/examples/tokenExpired"},"paths/~1getdataunit/get/responses/403/content/application~1json/examples/noAccess":{"value":{"metaData":{"apiLogId":547741,"timeStamp":"2026-07-21T10:41:00","resource":"GetDataUnit (1218)","method":"GET","requestUrl":"https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=5565144408"},"error":{"code":"7","text":"Ej tillgång till tjänsten","detail":"Ditt kundkonto har inte tjänsten GetDataUnit (1218)"}},"key":"noAccess","summary":"No access to service","id":"paths/~1getdataunit/get/responses/403/content/application~1json/examples/noAccess"},"paths/~1getdataunit/get/responses/403/content/application~1json/examples/quotaExhausted":{"value":{"metaData":{"apiLogId":547742,"timeStamp":"2026-07-21T10:42:00","resource":"GetDataUnit (1218)","method":"GET","requestUrl":"https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=5565144408"},"error":{"code":"8","text":"Rapporter/poäng slut","detail":"Inga kvarvarande rapporter för kontot eller användaren till tjänsten GetDataUnit (1218)"}},"key":"quotaExhausted","summary":"Report quota exhausted","id":"paths/~1getdataunit/get/responses/403/content/application~1json/examples/quotaExhausted"},"paths/~1getdataunit/get/responses/404/content/application~1json/examples/notFound":{"value":{"metaData":{"apiLogId":547743,"timeStamp":"2026-07-21T10:43:00","resource":"GetDataUnit (1218)","method":"GET","requestUrl":"https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=9999999999"},"error":{"code":"15","text":"Ingen träff","detail":"Söknumret får inte saknas eller vara tomt"}},"key":"notFound","summary":"Organization not found","id":"paths/~1getdataunit/get/responses/404/content/application~1json/examples/notFound"},"paths/~1getdataunit/get/responses/404/content/application~1json/examples/noMatchingUnits":{"value":{"metaData":{"apiLogId":547744,"timeStamp":"2026-07-21T10:44:00","resource":"GetDataUnit (1218)","method":"GET","requestUrl":"https://se-webservice.apps.creditsafe.com/getdataunit?searchnumber=5565144408&officetype=9"},"error":{"code":"C55","text":"Saknas arbetsställen","detail":"Saknas arbetsställen som motsvarar inmatade parametrar"}},"key":"noMatchingUnits","summary":"No units match filter criteria","id":"paths/~1getdataunit/get/responses/404/content/application~1json/examples/noMatchingUnits"},"paths/~1getdataunit~1health/get/responses/200/content/application~1json/example":{"value":{"status":"healthy","service":"GetDataUnit (1218)","timestamp":"2025-09-15T13:27:14.3794136Z","version":"production"},"id":"paths/~1getdataunit~1health/get/responses/200/content/application~1json/example"}},"securitySchemeStore":{"bearerToken":{"id":"bearerToken","type":"http","scheme":"bearer","bearerFormat":"JWT","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"This API requires authentication for access to protected endpoints. Authentication is performed by providing a valid JWT token in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Authorization"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" header of each request."},"children":[]}]}]}]}},"servers":[{"url":"https://se-webservice.apps.creditsafe.com","description":"Production server"},{"url":"https://se-webservice-sandbox.apps.creditsafe.com","description":"Sandbox server"}]},"options":{"feedback":{"type":"mood","settings":{"optionalEmail":{"hide":true},"label":"Do you like this page?","submitText":"Thanks for your feedback - Your comments will shape documentation changes.","reasons":{"label":"Check all boxes that apply.","items":["The content was useful.","The content was easy to find.","The content could do with improvement."]},"comment":{"satisfiedLabel":"What did you like best?","neutralLabel":"How can we improve?","dissatisfiedLabel":"What needs improvement?"}}},"hideInfoMetadata":true,"hideSidebar":true,"mockServer":{"url":"/_mock/country-apis-catalog/product-catalog/se/getdataunit/openapi","position":"off","description":"Mock server"},"disableRouter":true,"downloadUrls":[{"url":"/_bundle/country-apis-catalog/product-catalog/se/getDataUnit/openapi.json?download"},{"url":"/_bundle/country-apis-catalog/product-catalog/se/getDataUnit/openapi.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Get Data Unit","description":"The GetDataUnit REST API enables you to retrieve a list of all units (offices, branches, etc.) \nassociated with an organization. This service provides detailed information about each unit including \noffice type, status, employee range, industry classification, addresses, and contact information.\n","status":"published","tags":["Sweden"]}},"baseSlug":"/country-apis-catalog/product-catalog/se/getdataunit/openapi","routesMapping":{}}