Skip to Content
Version 0.0.2 is released 🎉

Insurance

Endpoint

GET /financial-services/insurance/products

https://api.growforme.com/financial-services/insurance/products

Authorization

Requires an API key in the X-API-Key header.

Supported Languages

  • English

Responses

  • 200 OK: Returns a list of insurance products for farmers.
  • 400 Bad Request: Invalid request data.
  • 403 Forbidden: Invalid API key.

Header Parameters

ParameterTypeRequiredDescription
x-api-keystringYesAPI key for authorization

Example Response

[ { "name": "string", "description": "string", "coverage_amount": 0, "premium_rate": 0, "deductible": 0 } ]
Last updated on