Where is my API Key?
- API Keys are found on your developers/settings pages on the various Cladfy's Dashboards.
- Your API Key for Cashflow Analysis is on: https://dashboard.cladfy.com/
- Your API Key for Identity (KYC/KYB checks) is on: <https://identity.cladfy.com/>
- Your API Key for Repayment, Deposit, and Demographic Scores is on: https://score.cladfy.com/
- You can also get a copy of your keys upon request via email to
info@cladfy.com
Authentication
All protected endpoints will require a secret key
-
For credit scoring, you will need:
X-API-Key: YOUR_API_KEY
, which you can get from your dashboard or upon request via email toinfo@cladfy.com
Example: Authorization: -
-
For Identity(KYC), you will need:
Basic authentication
. This 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
Example: Authorization:Basic WTYdfghWYGYPVSAFIhhbhTThrVRYGPHH==
See how to get your Basic Auth Token
Note
Your API key will be generated once from your dashboard or via email and a copy stored securely on our servers.
However, you can regenerate your API key at any time, but doing so will create a new key