Eligibility Questions
API Endpoints
Eligibility Questions
Retrieves the eligibility questions required for a specific loan product.
GET
Eligibility Questions
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
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 loan product whose eligibility questions to retrieve.
Path Parameters
Response
200
Eligibility questions retrieved successfully
