Skip to main content
GET
/
user
/
list-products
List Loan Products
curl --request GET \
  --url https://{tenant}.fincode.software/api/v1/services/user/list-products

Documentation Index

Fetch the complete documentation index at: https://docs.fincode.technology/llms.txt

Use this file to discover all available pages before exploring further.

Fetches all active loan products that customers can apply for, including product details, interest rates, tenure options, and eligibility requirements.

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.

Response

200

List of loan products retrieved successfully