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
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The unique identifier (UUID) of the organization whose loan terms to retrieve.
Response
Returns the loan terms and conditions for the organization.Overall status of the API request.
Loan terms and conditions details.
