The supported scorecards on our APIs include:

  1. Demographics Scores
  2. Deposits Scores
  3. Repayments Scores

📘

Authentication

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.

Example: Authorization: Bearer W*********************************==