Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Accounts
  • Back to home
  • LOS
  • Approval
    • List
      GET
    • Create
      POST
    • Get
      GET
    • Approve
      PUT
    • Bulk Approve
      PUT
  • Custom Fields
    • List Custom Fields
      GET
    • Create Custom Fields
      POST
  • Assessments
    • List
      GET
    • Submit
      PUT
  • Agreement
    • Generate
      POST
    • List
      GET
    • Upload
      POST
  • Stamp
    • Generate
      POST
    • Upload
      POST
    • Get Status
      GET
  • Sign
    • Initiate Esign
      POST
    • Refresh
      GET
  • Document
    • List
    • Detail
    • Update
    • Delete
  • Accounts
    • Reopen Account
      PUT
    • List
      GET
    • Create
      POST
    • Drop
      PUT
    • Approve
      PUT
    • Detail
      GET
    • Initiate
      PUT
    • Activate
      PUT
  • Signing
    • Initiate
    • Service Callback
    • Upload
    • List
  • Insurances
    • Create
  • Fee
    • Create
  • Mandate
    • Create
    • Get Details
  1. Accounts

List

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/los/accounts/
Last modified:2025-02-21 06:52:30

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
program_id
string 
optional
status
string 
optional
config_id
string 
optional
updated_at__gte
string 
optional
updated_at__lte
string 
optional
created_at__gte
string 
optional
created_at__lte
string 
optional
lead_id
string 
optional
Example:
267abb9c-cd40-4a9f-b984-a31880869c00
expand
string 
required
Example:
borrower,program

Request 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/los/accounts/?expand=borrower,program'

Responses

🟢200List
application/json
Body
count
integer 
required
current_page
integer 
required
page_size
integer 
required
results
array [object {12}] 
required
id
string 
required
created_at
number 
required
updated_at
number 
required
crm_lead_id
string 
required
program_id
string 
required
ref_id
string 
required
product_type
string 
required
tags
array[string]
required
status
string 
required
drop_reason
null 
required
borrower
object 
required
program
object 
required
Example
{
    "count": 107,
    "current_page": 1,
    "page_size": 15,
    "results": [
        {
            "id": "e39635cd-ccca-4d65-999b-6d0d4406201c",
            "created_at": 1721384673.0221982,
            "updated_at": 1721384684.3908274,
            "crm_lead_id": "f532f7d0-e720-453d-be2c-7cf88075f4d1",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL27OE2A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "f532f7d0-e720-453d-be2c-7cf88075f4d1",
                "ref_id": "CL27OE2",
                "status": "active",
                "tags": [],
                "created_at": 1721108765.397,
                "updated_at": 1721384672.566,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "GREEN ASIA IMPEX PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "37AAFCG6932R1ZU",
                    "primary_mobile": "9677145002"
                },
                "program": {
                    "ref_id": "CL27OE2A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "a7959b86-6250-406a-b8f0-83e00cd4210d",
                        "is_expired": false,
                        "line_activation_date": 1721384673.174,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1784456673
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "cf2e97d6-3902-4e6a-a89c-f16800c2a091",
            "created_at": 1721373714.3452382,
            "updated_at": 1721374390.2073164,
            "crm_lead_id": "43d8a2a0-b857-4f91-811f-34101f92eb8f",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL2PKN3A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "43d8a2a0-b857-4f91-811f-34101f92eb8f",
                "ref_id": "CL2PKN3",
                "status": "active",
                "tags": [],
                "created_at": 1721373128.912,
                "updated_at": 1721373713.92,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "B-ONE BUSINESS HOUSE PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "21AAFCB0035Q1ZW",
                    "primary_mobile": "9677145000"
                },
                "program": {
                    "ref_id": "CL2PKN3A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "9c0b5ca9-eb04-4b08-b596-001868edfdf2",
                        "is_expired": false,
                        "line_activation_date": 1721373714.576,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1784445714
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "a1660757-db00-437d-b994-e9324785790f",
            "created_at": 1721371219.106807,
            "updated_at": 1721371928.296142,
            "crm_lead_id": "5015c721-5169-4b13-b2c9-fd9ac580d6b4",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL4NGV3A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "5015c721-5169-4b13-b2c9-fd9ac580d6b4",
                "ref_id": "CL4NGV3",
                "status": "active",
                "tags": [],
                "created_at": 1721370222.463,
                "updated_at": 1721371218.341,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "public_limited",
                    "tags": [],
                    "name": "MAGNUM SEA FOODS LIMITED",
                    "pan_no": null,
                    "gstin": "21AAACO4833G1ZV",
                    "primary_mobile": "9677145009"
                },
                "program": {
                    "ref_id": "CL4NGV3A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "4e565a01-8c21-4dbe-ae62-283f7b0057af",
                        "is_expired": false,
                        "line_activation_date": 1721371219.209,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1784443219
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "b8489c08-d320-4310-92f1-089d1c31e141",
            "created_at": 1721049242.4599771,
            "updated_at": 1721049964.2724822,
            "crm_lead_id": "9a404a07-9e5e-4119-a435-1741410fea43",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL3XE82A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "9a404a07-9e5e-4119-a435-1741410fea43",
                "ref_id": "CL3XE82",
                "status": "active",
                "tags": [],
                "created_at": 1721046183.513,
                "updated_at": 1721049242.036,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "FLAMINQO SHRIMPEX PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "21AADCF3097L1ZK",
                    "primary_mobile": "9677145006"
                },
                "program": {
                    "ref_id": "CL3XE82A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "ba2ac2a6-8e99-4ae0-9c78-2594a40ef45c",
                        "is_expired": false,
                        "line_activation_date": 1721049242.907,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1784121242
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "8e139af6-1a9c-425f-a128-efe2382766c4",
            "created_at": 1720774453.7396348,
            "updated_at": 1720774498.315478,
            "crm_lead_id": "8f69e59f-5282-4556-80c3-fb778cfb79bf",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL3XB82A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "8f69e59f-5282-4556-80c3-fb778cfb79bf",
                "ref_id": "CL3XB82",
                "status": "active",
                "tags": [],
                "created_at": 1718862713.227,
                "updated_at": 1720774453.216,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "partnership",
                    "tags": [],
                    "name": "MY HOME ELECTRONICS",
                    "pan_no": null,
                    "gstin": "36ABAFM5461E1ZG",
                    "primary_mobile": "9493230185"
                },
                "program": {
                    "ref_id": "CL3XB82A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "3efe66de-721d-416e-be41-0a08d8e517bb",
                        "is_expired": false,
                        "line_activation_date": 1720774453.824,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1783846453
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "71c895ee-a53e-4738-93ca-8c48a749b8fb",
            "created_at": 1719904626.2470713,
            "updated_at": 1719905620.3842025,
            "crm_lead_id": "1edaadec-838b-4ded-a857-10553151f0a6",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL2BDV4A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "1edaadec-838b-4ded-a857-10553151f0a6",
                "ref_id": "CL2BDV4",
                "status": "active",
                "tags": [],
                "created_at": 1719904358.509,
                "updated_at": 1719904625.328,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "PRIYA MARINE SEAFOOD PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "19AANCP2026P1ZU",
                    "primary_mobile": "9171636885"
                },
                "program": {
                    "ref_id": "CL2BDV4A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "2ce7868a-780e-4d29-a144-06897a3b29ee",
                        "is_expired": false,
                        "line_activation_date": 1719904626.322,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1782976626
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "de01b3fd-689b-4fc4-aa9d-c0d5bd5b3974",
            "created_at": 1719833835.8991134,
            "updated_at": 1719833858.8379645,
            "crm_lead_id": "e34d7a60-5f10-41f4-8e90-64f50a2d69ab",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL48OK3A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "e34d7a60-5f10-41f4-8e90-64f50a2d69ab",
                "ref_id": "CL48OK3",
                "status": "active",
                "tags": [],
                "created_at": 1719829705.097,
                "updated_at": 1719833835.497,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "proprietorship",
                    "tags": [],
                    "name": "MAA ARANYA TRADERS",
                    "pan_no": "BHNPR7821K",
                    "gstin": "10BHNPR7821K1Z1",
                    "primary_mobile": "9787335684"
                },
                "program": {
                    "ref_id": "CL48OK3A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "6d36ac72-e6f8-4e3f-b6b0-3645e3bb1f0c",
                        "is_expired": false,
                        "line_activation_date": 1719833836.032,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1782905836
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "f13103b8-5841-459c-9a97-b0255a69f11c",
            "created_at": 1718879742.9217463,
            "updated_at": 1718880372.2227528,
            "crm_lead_id": "c95d556f-d282-46b5-b0f6-71643b6dc29e",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL4ZEW4A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "c95d556f-d282-46b5-b0f6-71643b6dc29e",
                "ref_id": "CL4ZEW4",
                "status": "active",
                "tags": [],
                "created_at": 1718879606.487,
                "updated_at": 1718879742.305,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "BHIMAVARAM AQUA PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "37AAKCB3676Q1ZT",
                    "primary_mobile": "9566596906"
                },
                "program": {
                    "ref_id": "CL4ZEW4A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "74ec13ac-e7f1-4de4-b7be-2582cc2a3941",
                        "is_expired": false,
                        "line_activation_date": 1718879743.075,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1781951743
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "ff92c239-5203-429a-8541-22b9d2beca4f",
            "created_at": 1718353867.8800168,
            "updated_at": 1718353868.069972,
            "crm_lead_id": "f132f5ea-dc72-4ffc-9754-74f1601d4ba5",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL48AB4A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.pending"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "f132f5ea-dc72-4ffc-9754-74f1601d4ba5",
                "ref_id": "CL48AB4",
                "status": "active",
                "tags": [],
                "created_at": 1716282439.923,
                "updated_at": 1718353867.39,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "partnership",
                    "tags": [],
                    "name": "SIVA SAI MARINE",
                    "pan_no": null,
                    "gstin": "37ADXFS4669P1ZM",
                    "primary_mobile": "9791119949"
                },
                "program": {
                    "ref_id": "CL48AB4A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.pending"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "d26f126d-d10e-48ba-ad04-76c820b2724c",
                        "is_expired": false,
                        "line_activation_date": 1718353867.974,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1781425867
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "24f3b6be-f988-4b74-914e-d753b68de8b8",
            "created_at": 1718353325.8012536,
            "updated_at": 1718353326.0473511,
            "crm_lead_id": "b582ea73-8f1d-41f6-9c56-78cf8e5e20d3",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL27B94A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.pending"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "b582ea73-8f1d-41f6-9c56-78cf8e5e20d3",
                "ref_id": "CL27B94",
                "status": "active",
                "tags": [],
                "created_at": 1716985901.216,
                "updated_at": 1718353325.247,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "FIRSTCOAST AQUA PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "37AAECF7917N1Z1",
                    "primary_mobile": "9566208396"
                },
                "program": {
                    "ref_id": "CL27B94A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.pending"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "67c794e9-b21a-4790-80e9-7e2086fcb907",
                        "is_expired": false,
                        "line_activation_date": 1718353325.941,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1781425325
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "2b33198a-e639-4dca-86a2-ffe05e2a2b49",
            "created_at": 1718107331.2597678,
            "updated_at": 1718107955.2994924,
            "crm_lead_id": "7038e225-f5a3-45b7-8da1-1eaa47885d5a",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL2JGX2A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "7038e225-f5a3-45b7-8da1-1eaa47885d5a",
                "ref_id": "CL2JGX2",
                "status": "active",
                "tags": [],
                "created_at": 1718106753.322,
                "updated_at": 1718107330.951,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "proprietorship",
                    "tags": [],
                    "name": "SILOAM AQUA FEEDS & NEEDS",
                    "pan_no": "JMHPK0719N",
                    "gstin": "37JMHPK0719N1ZI",
                    "primary_mobile": "9566208315"
                },
                "program": {
                    "ref_id": "CL2JGX2A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "54cdf911-310b-4179-92d0-b1f766ea9c5b",
                        "is_expired": false,
                        "line_activation_date": 1718107331.393,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1781179331
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "554c7de1-94dc-4e9e-acc4-b78f00e2e91a",
            "created_at": 1718100720.9599407,
            "updated_at": 1718101560.5081933,
            "crm_lead_id": "0605462d-08be-4352-830e-1189fe7bd947",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL4GBY2A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "0605462d-08be-4352-830e-1189fe7bd947",
                "ref_id": "CL4GBY2",
                "status": "active",
                "tags": [],
                "created_at": 1718100611.459,
                "updated_at": 1718100720.603,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "proprietorship",
                    "tags": [],
                    "name": "J JUDITH",
                    "pan_no": "ALSPJ8293M",
                    "gstin": "33ALSPJ8293M1Z8",
                    "primary_mobile": "9791087789"
                },
                "program": {
                    "ref_id": "CL4GBY2A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "0316f380-f504-4bc3-87bb-62ad924aea4a",
                        "is_expired": false,
                        "line_activation_date": 1718100721.115,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1781172721
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "5d5ef35b-e34e-49a1-aac2-7a6c2a063e1b",
            "created_at": 1717131185.9754944,
            "updated_at": 1717143594.1576715,
            "crm_lead_id": "baf5a585-4b99-44ab-8211-7f71d76ee7de",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL48DK4A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "baf5a585-4b99-44ab-8211-7f71d76ee7de",
                "ref_id": "CL48DK4",
                "status": "active",
                "tags": [],
                "created_at": 1717129921.955,
                "updated_at": 1717131185.634,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "INDEPENDENT RESOURCES INDIA PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "37AACCI5086M1Z2",
                    "primary_mobile": "9791087780"
                },
                "program": {
                    "ref_id": "CL48DK4A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "e09d2dea-c01d-495c-8ff1-6fb9918d8d2f",
                        "is_expired": false,
                        "line_activation_date": 1717131186.129,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1780203186
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "c9c5cbfb-df0c-48ac-be1c-ad8da7f909e9",
            "created_at": 1717070680.2427025,
            "updated_at": 1717070692.0767992,
            "crm_lead_id": "fa349d74-7c14-4481-aa8e-173e6d18fd60",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL27BN4A",
            "product_type": "scf",
            "tags": [
                "los.signing.pending",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "fa349d74-7c14-4481-aa8e-173e6d18fd60",
                "ref_id": "CL27BN4",
                "status": "active",
                "tags": [],
                "created_at": 1717070568.618,
                "updated_at": 1717070679.91,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "proprietorship",
                    "tags": [],
                    "name": "GARG ENTERPRISES",
                    "pan_no": "ABPPC2621M",
                    "gstin": "03ABPPC2621M1ZU",
                    "primary_mobile": "9872159267"
                },
                "program": {
                    "ref_id": "CL27BN4A",
                    "status": "activation",
                    "tags": [
                        "los.signing.pending",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "c8252838-b534-4f03-a6ab-f8a9a25d47fa",
                        "is_expired": false,
                        "line_activation_date": 1717070680.363,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1780142680
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        },
        {
            "id": "142542f4-edd0-488e-a102-e27d6a64cc7a",
            "created_at": 1716981690.0723023,
            "updated_at": 1716984360.2724776,
            "crm_lead_id": "6534aa5d-3b64-4107-9805-465af496d411",
            "program_id": "15676342-6603-4637-a83f-77feda9523e9",
            "ref_id": "CL4ZGR3A",
            "product_type": "scf",
            "tags": [
                "los.signing.completed",
                "los.agreement.generated"
            ],
            "status": "activation",
            "drop_reason": null,
            "borrower": {
                "id": "6534aa5d-3b64-4107-9805-465af496d411",
                "ref_id": "CL4ZGR3",
                "status": "active",
                "tags": [],
                "created_at": 1716979645.973,
                "updated_at": 1716981689.745,
                "primary_applicant": {
                    "applicant_type": "business",
                    "business_type": "private_limited",
                    "tags": [],
                    "name": "BHUBANESHWARI SEAFOOD PRIVATE LIMITED",
                    "pan_no": null,
                    "gstin": "19AAGCB3083M1ZA",
                    "primary_mobile": "9566596901"
                },
                "program": {
                    "ref_id": "CL4ZGR3A",
                    "status": "activation",
                    "tags": [
                        "los.signing.completed",
                        "los.agreement.generated"
                    ],
                    "program": {
                        "id": "15676342-6603-4637-a83f-77feda9523e9",
                        "ref_id": "CP00DV4",
                        "name": "Aquaconnect Test Program",
                        "product_type": "scf"
                    },
                    "line_detail": {
                        "id": "2009359b-0b61-448a-9de2-34623c0a5351",
                        "is_expired": false,
                        "line_activation_date": 1716981690.155,
                        "approved_line_amount": 200000,
                        "operative_line_amount": 200000,
                        "max_active_drawdowns": 0,
                        "active_line_amount": 200000,
                        "dpd": 0,
                        "excess_payment": 0,
                        "due_amount": 0,
                        "line_expiry_date": 1780053690
                    }
                }
            },
            "program": {
                "id": "15676342-6603-4637-a83f-77feda9523e9",
                "name": "Aquaconnect Test Program",
                "product_type": "scf",
                "ref_id": "CP00DV4"
            }
        }
    ]
}
Previous
Reopen Account
Next
Create
Built with