Savings
Endpoint
GET /financial-services/savings/products
https://api.growforme.com/financial-services/savings/products
Authorization
Requires an API key in the X-API-Key
header.
Supported Languages
- English
Responses
- 200 OK: Returns a list of savings products for farmers.
- 400 Bad Request: Invalid request data.
- 403 Forbidden: Invalid API key.
Header Parameters
Parameter | Type | Required | Description |
---|---|---|---|
x-api-key | string | Yes | API key for authorization |
Example Response
[
{
"name": "string",
"description": "string",
"interest_rate": 0,
"minimum_balance": 0,
"duration_months": 0
}
]