Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Topups
  • Back to home
  • LMS
  • EMIs
    • List EMI
      GET
    • List Settlements
      GET
    • Restructure
      POST
    • Calculate EMI
      POST
    • Run EOD
      POST
    • Request Tranche
      POST
    • Outstanding data
      GET
  • Records
    • Request Approval
      PUT
    • Bulk Nach Request
      POST
    • NACH presentation status
      PUT
    • Initiate Excess Payment Refund
      POST
    • Initiate Adjustment for Cashback & Holdback
      POST
    • Get Single Record
      GET
    • Record Listing
      GET
    • Create Record
      POST
    • Mark Processed
      PUT
    • Unmatched
      GET
    • Export record
      PUT
    • Bulk Create Records
      POST
  • Topups
    • List Topups
      GET
    • Unschedule a scheduled topup
      PUT
    • Reinitiate Payout
      POST
    • Check Line Amount
      PUT
    • Create Topup
      POST
    • Update Topup
      PATCH
    • Bulk Topup Create
      POST
    • Re Run Checks
      GET
    • Invoice Parse
      PATCH
  • Accounts
    • Initiate Disbursement
    • Initiate Loan Params
    • Create Account
    • Close Loan Account
    • Refresh Limit
    • Get Loan Params
    • Get Summary
    • Reset RPS
    • Update Loan Params
  • Payouts
    • Retry Failed Payout
    • Create Payout
    • Payout Callback
    • Process Payout
    • Unmatched Payouts
    • List Payouts
    • Export Payout for Bank
  • Loans
    • Export Cashback
    • Get Emi Amount
    • Get Loan Summary
    • List Loans with Excess Balance
    • Initiate Adjustment
    • Initiate Refund
    • List Loans
  • Line Details
    • Filter Line Details
    • Create
    • Update
    • Get by type
    • Bulk Internal
    • Retrieve
  • Loan Data
    • Create
    • Update
    • Retrieve
  • Fee
    • Get Fee Demands
    • Bulk Create Fee
    • Create Fee
    • List Fee
    • Fee Details
    • Delete Fee
  • Extra Data
    • Update Extra Data
    • List Extra Data
  • Topup Group
    • Create Topup Group
    • List Topup Group
    • Update TopupGroup
  • Payout Batch
    • Send Payout batch
  1. Topups

List Topups

Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/lms/topups/
Last modified:2025-03-25 13:11:59

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://preprod.api.crego.io/v1/lms/topups/?scheduled_at_min=1730226600&scheduled_at_max=1730226601&status__in&account&type&program_id&group_id' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{
    "count": 0,
    "current_page": 0,
    "page_size": 0,
    "results": [
        {
            "id": "string",
            "payout_amount": 0,
            "loan_amount": 0,
            "created_at": 0,
            "updated_at": 0,
            "ref_id": "string",
            "index": 0,
            "status": "string",
            "type": "string",
            "invoice_date": "string",
            "invoice_due_date": null,
            "invoice_no": "string",
            "vehicle_no": null,
            "vehicle_data": {},
            "vehicle_data_vendor": null,
            "invoice_amount": 0,
            "disbursal_amount": 0,
            "subvention_amount": 0,
            "holdback_amount": 0,
            "margin_amount": 0,
            "pf_amount": 0,
            "pf_gst_amount": 0,
            "subvention_end_date": null,
            "invoice_storage_id": null,
            "invoice_parsed_data": {},
            "approved_at": 0,
            "custom_bank": {},
            "tags": [
                "string"
            ],
            "scheduled_at": 0,
            "disbursement_date": 0,
            "is_partial_disbursement": true,
            "disbursement_fee": 0,
            "remark": null,
            "hold_remark": null,
            "rejection_remark": null,
            "anomaly_found": true,
            "anomaly_approved": true,
            "is_check_completed": true,
            "uploaded_by": "string",
            "uploaded_by_id": "string",
            "account": "string",
            "same_topup": null
        }
    ]
}
Modified at 2025-03-25 13:11:59
Previous
Bulk Create Records
Next
Unschedule a scheduled topup
Built with