cURL
curl --request GET \ --url https://lms.tausi.africa/v1/repayments \ --header 'Authorization: Bearer <token>'
{ "items": [ { "repayment_id": 123, "loan_id": 123, "amount": 123, "collection_date": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "method": "<string>", "collected_by": "<string>", "description": "<string>" } ], "total": 123, "page": 123, "rowsPerPage": 123, "success": true }
Returns paginated repayment records.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful response with repayment list.
Show child attributes
true