This section will help you get started with the Cladfy Credit Profiling API

Few things to note

This API documentation is for businesses looking to use Cladfy API.
You need a business account to access and use this API endpoint. Please reach out to [email protected] for assistance


Here are some definitions that will help explain a few concepts as you integrate cladfy into your projects:

1️⃣

Secret Key

A key that is required to make an API call for most endpoints. It must be set as the bearer token in the headers. This key can be found on the dashboard.


1️⃣

Basic Auth

Basic authentication is a simple authentication scheme built into the HTTP protocol. To use it, send your HTTP requests with an Authorization header that contains the word Basic followed by a space and a base64-encoded string API Client ID:API Secret Key.


2️⃣

Base URL

The base URL is the initial part of the API URL to which specific endpoints paths are appended.