API Documentation
  • 🏡Home
  • Overview
    • 💡What we do
    • ✨Our Features
  • General Guide
    • 🏷️Introduction
    • 📪Test and Go Live
    • 💁Configuration
      • Custormers
        • Create Customer
        • Fetch Loan Customers
        • Fetch Customers
      • Loan Types
        • Fetch Loan Types
        • Loan Reasons
      • Country
        • Get all countries
        • Get states by country Id
      • Branch
        • Create Branch
        • Branches
      • Sales Person
        • Create a Salesperson
        • Get Sales Persons
      • Team
        • Create a Team
        • Get Teams
      • Employers
      • Industries
      • Commission
  • Products Guide
    • 🏛️Loans
      • New Loan Application
      • Activate/De-Activate Auto approval
      • Loan Information
      • Active Loans
      • Repayment Schedule Calculation
      • Create payment entries
      • Spool Repayments Due
      • Repayment Activation File
      • Repayment Activation Information
      • Disburse
    • 🪝Webhooks
      • Webhooks Verification.
      • Verification Steps
Powered by GitBook
On this page

Was this helpful?

  1. General Guide

Introduction

Lets guide you to integrate our API into your applications

Authentication

Authenticate your API calls by including your encoded keys in the Authorization header of every request you make. This can be done once by setting up Global Variable on Parent folder. You can manage your API keys from the dashboard.

Protect your keys

Do not commit your keys to git, or use them in client-side code.

Authorization headers should be in the format below

Authorization: MjE2ZTg5ZGU0OWNhMDZjN2KiMjQwNWQ4NjBmODNiODA4OTUzYTBiYWY5ZGFiYWY4MzMzOWEyMWE0MjZiZWZhNTo3NWRhZWxMS1lMGVjLTQ0OGMtYmY2Mi00YmFhMGE0ZjRlNzQ=

PreviousOur FeaturesNextTest and Go Live

Last updated 4 months ago

Was this helpful?

🏷️