Customers Total Loan
API Endpoints
Customers Total Loan
Retrieves dashboard summary information including total borrowed amounts for a user.
GET
Customers Total Loan
Fetches aggregated loan information for the user’s dashboard, including total amounts borrowed, outstanding balances, and other summary statistics.
Request Headers
string
required
The JWT Access Token obtained from the
/login or /refresh-token endpoint.string
required
Unique idempotency key for the request to prevent duplicate processing.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.
Path Parameters
string
required
The unique identifier (UUID) of the user whose dashboard totals to retrieve.
Path Parameters
Response
200
Dashboard summary retrieved successfully
