All Creditsafe REST APIs for Sweden support a sandbox feature, allowing you to build integrations without fetching LIVE data and incurring charges for reports.
Authentication for both LIVE and sandbox services is handled through the same CONNECT Authenticate endpoint:
https://connect.creditsafe.com/v1/authenticateThere is no separate sandbox URL for authentication. The sandbox operates within the LIVE environment.
To use a sandbox environment for any of the supported services, a specific Sandbox API service must be set up in the backend at Creditsafe.
- We provide separate URLs for each service's sandbox version
- Authentication tokens are generated using the same CONNECT Authenticate endpoint
- Your user account must have access to both:
- The service you are integrating with
- The Sandbox API service
- All charges incurred during sandbox usage are directed solely to the Sandbox API service
Please refer to the service development manual for instructions on how to make a sandbox request using your chosen service.
The following Creditsafe Swedish REST APIs support sandbox environments and require authentication via CONNECT Authenticate:
- GetDataUnits
- DateCheck Consumer
- DateCheck Company
- GetSignatory v2
- GetData
- SPAR Consumer search v2
To access the Sandbox environment:
- You will need a signed agreement with Creditsafe
- Our sales team will facilitate this agreement
- The integration team will provide the necessary credentials to get started
A specific Sandbox API service must be configured in Creditsafe's backend before you can use sandbox features. Contact the integration team at integration@creditsafe.se to set this up.
Authorization for sandbox requests is handled in the same manner as LIVE requests:
- Call
POST https://connect.creditsafe.com/v1/authenticatewith your credentials - Receive a JWT token valid for 1 hour
- Use the token with the sandbox service URLs (not the authentication URL)
- Tokens work across all services (LIVE and sandbox) as long as your account has access
Authentication (both LIVE and Sandbox):
https://connect.creditsafe.com/{version}Current version: v1
Service URLs:
Refer to the individual service documentation for their specific LIVE and sandbox URLs.
The Creditsafe integration team (integration@creditsafe.se) is available to assist you during the development phase with the sandbox API. They can provide:
- Sandbox service configuration
- Credentials for testing
- Guidance on sandbox implementation
- Support for troubleshooting issues