Get loan product
GET/api/v1/Loans/products
Description
This endpoint is used to retrieve loan products.
Tags:
Loans
URL:
/api/v{version}/Loans/products
ApiKey:
No API key required
Content-Type:
No request body
Query Parameters:
version: string, required
Accept-Language: header, optional, change the default response message language from English (en) to French (fr) or English (en)
Response:
Success, returns the list of loan products.
Error Codes:
400: Bad Request
404: Resource not found
500: Internal server error
Example:
GET /api/v1/Loans/products
Accept-Language: fr
/api/v1/Loans/products
Headers
| Content-Type | Value |
|---|---|
| Accept-Language |
Response: 200
LANGUAGE
CURL REQUEST
curl --request GET \
--url /api/v1/Loans/products \
--header 'accept: application/json' \
--header 'content-type: application/json'
RESPONSE
Click Try It! to start a request and see the response here!