Skip to main content
GET
/
user
/
loan-eligibility-questions
/
{productId}
Eligibility Questions
curl --request GET \
  --url https://{tenant}.fincode.software/api/v1/services/user/loan-eligibility-questions/{productId}
Fetches all eligibility questions that customers need to answer when applying for a specific loan product. These questions are used to determine if the customer meets the product’s eligibility criteria.

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

loan-product-id
string
required
The unique identifier (UUID) of the loan product whose eligibility questions to retrieve.

Path Parameters

productId
string
required

Response

200

Eligibility questions retrieved successfully