API Reference

Overview

LendAPI generates event data to keep you informed about activities within your account. Whenever an event takes place, LendAPI creates a new Event object.

By enlisting webhook endpoints within your LendAPI account settings, you empower LendAPI to automatically dispatch Event objects as part of POST requests to the registered webhook endpoints hosted by your application. Once your webhook endpoint receives the Event, your application can initiate backend actions, such as contacting your credit card provider to issue a new credit card.

Event Object

The Event object sent to your webhook endpoint provides a comprehensive snapshot of the altered object. You can refer to the complete list of event types that we send to your webhook for further details.