Skip to main content
GET
/
user
/
get-total
/
{customerId}
Customers Total Loan
curl --request GET \
  --url https://{tenant}.fincode.software/api/v1/services/user/get-total/{customerId}
Fetches aggregated loan information for the user’s dashboard, including total amounts borrowed, outstanding balances, and other summary statistics.

Request Headers

X-Auth-Token
string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
x-idempotency-key
string
required
Unique idempotency key for the request to prevent duplicate processing.
x-fapi-auth-date
string
required
The date and time at which the request was initiated (ISO 8601 format).
x-fapi-customer-ip-address
string
required
The IP address of the customer making the request.
x-fapi-interaction-id
string
required
Unique identifier for the interaction/session.

Path Parameters

user-id
string
required
The unique identifier (UUID) of the user whose dashboard totals to retrieve.

Path Parameters

customerId
string
required

Response

200

Dashboard summary retrieved successfully