Creditsafe Connect (1.10.13)

Download OpenAPI specification:Download

Last Updated: 11th April 2025

🚀 Explore Our BETA Documentation!

We are excited to introduce our BETA documentation, available at BETA API PORTAL.

This is an early version of our documentation, and we encourage you to explore it and provide feedback. Please note:
  • Not all sections are complete, as the documentation is actively being populated.
  • This is a great opportunity for you to voice what you'd like to see in relation to the API.
We recommend starting with the Home Page and exploring the sidebar sections for more details.

Your feedback is invaluable in shaping the future of our API documentation!

Introduction

Creditsafe Connect is a REST API that provides access to the Creditsafe Global Company Database. This allows you to:

  • Control your master data
  • Utilize up-to-date Business and Director information, enhancing your onboarding and qualification processes
  • Receive alerts when your customer's and supplier's Credit Report changes

Check the status of Creditsafe Services HERE

Quick Start

To start your Creditsafe Connect API integration you will need to have activated your account and set a password by following the instructions in your Welcome Email. If you have not received a Welcome Email please contact your Creditsafe Account Manager.

By default, you will have been setup on our Sandbox environment.

Using a REST API client construct an /authenticate POST request and enter your username & password (case-sensitive) into the POST body. A successful response will return an authentication token.

Use the authentication token in an Authorization header on all other Creditsafe Connect calls as proof of your authenticity.

Environments

Production Environment baseurl: https://connect.creditsafe.com/v1
Sandbox Test Environment baseurl: https://connect.sandbox.creditsafe.com/v1

Resources

Item Description
A Front End Demo Site Opens a friendly UI to test the Connect API
Help Articles Opens the Help Hub with a list of common questions and answers
Data Dictionaries The connect documentation shows the general use case, the data dictionaries include the additional specific data that is returned by individual countries
Data Availability per Country The Data Matrix is a document that outlines all the fields that are available in the company report for an online territory
Creditsafe Online Country Feature Availability This matrix displays what features are available with the online Creditsafe Countries and the partner network
Connect Report Templates The document identifies the templates available for specific parts of the Company Credit Report, avoiding the need to order the full report object in one API call.
Connect API Response Codes Opens up a basic table of response codes, provides a link to a more detailed response code list

Versioning and Changes

Non-Breaking Changes

Non-breaking changes will generally include additive functions or bug fixes. It is crucial for the integration of the code to be done in such a way that it does not depend on the sequence in which items are returned. This ensures that updates can be applied seamlessly without affecting the existing functionality.

Breaking Changes

Breaking changes refer to any modifications to the API's functionality that could disrupt the current contract of the API. Such changes necessitate communication with stakeholders and will lead to a major version number update, indicating the significant nature of these changes.