{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-country-apis-catalog/product-catalog/se/searchEngine/sidebars.yaml","current-catalog-info":"current-catalog-info-/country-apis-catalog/product-catalog/se/searchengine/openapi"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Sandbox Environment","llmstxt":{"hide":true}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"sandbox-environment","__idx":0},"children":["Sandbox Environment"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Search Engine sandbox environment is available for testing during development. The sandbox feature allows you to build integrations without fetching live data and incurring charges for reports."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sandbox-configuration","__idx":1},"children":["Sandbox Configuration"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To use the sandbox environment, a dedicated Sandbox API service must be configured in Creditsafe's backend. All parameters and responses in the sandbox version of Search Engine mirror those of the live service."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Authorization works exactly the same as in the live environment using CONNECT Authenticate. Any charges incurred in the sandbox are applied to the Sandbox API service alone, with no charges made to the Search Engine service."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sandbox-urls","__idx":2},"children":["Sandbox URLs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Company Search:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"https://se-webservice-sandbox.apps.creditsafe.com/search/company\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Consumer Search:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"https://se-webservice-sandbox.apps.creditsafe.com/search/consumer\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Health Check:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"https://se-webservice-sandbox.apps.creditsafe.com/search/health\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sandbox-parameter-behaviour","__idx":3},"children":["Sandbox Parameter Behaviour"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Developers are encouraged to structure their requests as they would in a production environment, including all expected parameters. This ensures consistency and simplifies the transition to production usage."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info","name":"Best Practice"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In sandbox mode, unsupported parameters may be ignored and should not be relied upon for validating business behaviour."]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"setting-up-sandbox-access","__idx":4},"children":["Setting Up Sandbox Access"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["To access the sandbox environment:"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["You will need a signed agreement with Creditsafe"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Our sales team will facilitate this agreement"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The integration team will provide the necessary credentials to get started"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Creditsafe integration team (",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"mailto:integration@creditsafe.se"},"children":["integration@creditsafe.se"]},") is available to assist you during the development phase with test data and implementation support."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"transitioning-to-production","__idx":5},"children":["Transitioning to Production"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["At some point, you will need to transition the development environment to use the live services and verify that everything works as expected."]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning","name":"Caution: Letters of Disclosure"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["When making this switch, be careful to avoid unintentionally generating credit reports through services like GetData or CAS, as this could trigger letters of disclosure."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Important: Using the Search Engine API itself never results in letters of disclosure being sent."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["When transitioning to production:"]}]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Update your base URL from sandbox to production endpoints"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Use your production credentials (obtained from CONNECT Authenticate)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Update any hardcoded sandbox URLs in your codebase"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Validate the authentication and request flow in a controlled rollout"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Health Check:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"http","header":{"controls":{"copy":{}}},"source":"https://se-webservice.apps.creditsafe.com/search/health\n","lang":"http"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"disclaimer---sandbox-data-validity","__idx":6},"children":["Disclaimer - Sandbox Data Validity"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["While the sandbox environment mirrors the structure and format of responses from the live API, the data itself is synthetic and may not be logically consistent or realistic. This environment is intended solely for integration testing and development purposes."]}]},"headings":[{"value":"Sandbox Environment","id":"sandbox-environment","depth":1},{"value":"Sandbox Configuration","id":"sandbox-configuration","depth":2},{"value":"Sandbox URLs","id":"sandbox-urls","depth":2},{"value":"Sandbox Parameter Behaviour","id":"sandbox-parameter-behaviour","depth":2},{"value":"Setting Up Sandbox Access","id":"setting-up-sandbox-access","depth":2},{"value":"Transitioning to Production","id":"transitioning-to-production","depth":2},{"value":"Disclaimer - Sandbox Data Validity","id":"disclaimer---sandbox-data-validity","depth":2}],"frontmatter":{"seo":{"title":"Sandbox Environment"}},"lastModified":"2026-06-16T13:01:02.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/country-apis-catalog/product-catalog/se/searchengine/documentation/sandbox","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}