Skip to content

Sandbox Environment

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.


Sandbox Configuration

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.

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.


Sandbox URLs

Company Search:

https://se-webservice-sandbox.apps.creditsafe.com/search/company

Consumer Search:

https://se-webservice-sandbox.apps.creditsafe.com/search/consumer

Health Check:

https://se-webservice-sandbox.apps.creditsafe.com/search/health

Sandbox Parameter Behaviour

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.

Best Practice

In sandbox mode, unsupported parameters may be ignored and should not be relied upon for validating business behaviour.


Setting Up Sandbox Access

To access the sandbox environment:

  1. You will need a signed agreement with Creditsafe
  2. Our sales team will facilitate this agreement
  3. The integration team will provide the necessary credentials to get started

The Creditsafe integration team (integration@creditsafe.se) is available to assist you during the development phase with test data and implementation support.


Transitioning to Production

At some point, you will need to transition the development environment to use the live services and verify that everything works as expected.

Caution: Letters of Disclosure

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.

Important: Using the Search Engine API itself never results in letters of disclosure being sent.

When transitioning to production:

  1. Update your base URL from sandbox to production endpoints
  2. Use your production credentials (obtained from CONNECT Authenticate)
  3. Update any hardcoded sandbox URLs in your codebase
  4. Validate the authentication and request flow in a controlled rollout

Health Check:

https://se-webservice.apps.creditsafe.com/search/health

Disclaimer - Sandbox Data Validity

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.