Retrieve a list of available loan products. Returns product details including name, description, terms, and rate types.
Security
ApiKeyAuth
- https://api.pioneerft.com/apihttps://api.pioneerft.com/api/public/v1/products
- https://api.staging.pioneerft.com/apihttps://api.staging.pioneerft.com/api/public/v1/products
curl -i -X GET \
https://api.pioneerft.com/api/public/v1/products \
-H 'Authorization: Bearer <YOUR_API Key_HERE>'Response
{ "data": [ { "id": "string", "name": "string", "description": "string", "monthsTerm": 0, "monthsAmortization": 0, "rateType": "fixed", "paymentFrequency": "weekly" } ] }