API Endpoints
Get Loan Terms
Retrieves the loan terms and conditions for a specific organization.
GET
Fetches the loan terms and conditions, including interest rates, fees, repayment schedules, and other important terms that apply to loans from a specific organization.
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 organization whose loan terms to retrieve.
Response
Returns the loan terms and conditions for the organization.string
default:"SUCCESS"
Overall status of the API request.
object
Loan terms and conditions details.
