Loan History
API Endpoints
Loan History
Retrieves a paginated history of all loans for a customer, including active, completed, and cancelled loans.
GET
Loan History
Fetches a comprehensive, paginated history of all loans associated with a customer, providing detailed information about each loan’s status, amounts, and timeline.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the customer whose loan history to retrieve.
Query Parameters
Page number for pagination (starts from 1).
Number of items per page (maximum recommended: 50).
