API Documentation
Signup Now
  • Welcome!
  • Authenticate with Api-secret keys
  • Lenme Webhooks
    • Lenme Webhook Events
    • Integrating Lenme Webhooks
  • Reference
    • API Reference
    • List borrower's loan request
    • Get Borrower Loan History
    • Offer Loan Requests
    • Fund Loan
    • Fetch Banking Data
    • Fetch Transfer History
    • Get Loans
    • Get Loan payments
    • Fetch Third Party Service
Powered by GitBook
On this page

Lenme Webhooks

Welcome to the Lenme Webhook System documentation. This guide provides comprehensive details on how Lenme tracks changes to resources and notifies you in real-time through webhooks.

PreviousAuthenticate with Api-secret keysNextLenme Webhook Events

Last updated 8 months ago

Lenme Webhooks Overview

Here, you will find detailed information on how Lenme tracks resource changes through events and how you can subscribe to and manage these webhook notifications effectively.

How Webhooks Work

When a change occurs to a resource within the Lenme system, an Event object is created. This Event object includes essential information such as the webhook UUID, the event topic, and the event data. If you have subscribed to webhooks, you will receive notifications whenever these events occur, enabling you to process and respond to them in real-time.

Next Steps

For a detailed description of the webhook event structure and how to handle incoming webhooks effectively, please refer to .

Lenme Webhook Events