Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Lead
  • Back to home
  • CRM
  • Lead
    • Get Borrower Line Details
      GET
    • Fetch service accounts
      GET
    • Send to a service
      POST
    • Create Lead
      POST
    • Lead List
      GET
    • Get Lead
      GET
    • Delete Lead
      DELETE
    • download_excel
      PUT
  • Applicant
    • Create Applicant
      POST
    • Get Applicant
      GET
    • Update Applicant
      PATCH
    • Delete Applicant
      DELETE
    • Mark as Primary
      PUT
  • Bank
    • Add Bank
      POST
    • Get Bank
      GET
    • Update Bank
      PATCH
    • Delete Bank
      DELETE
    • Verify Bank
      GET
    • Get Banks by Applicant Id
      GET
    • Get IFSC Details
      GET
  • Document
    • Add Document
      POST
    • Get Document
      GET
    • Delete Document
      DELETE
    • Update Document
      PATCH
    • Get Documents by Related Model Id
      GET
  • Address
    • Add Address
    • Get Address
    • Update Address
    • Delete Address
    • Get Address by Applicant Id
    • Get City & State by Pincode
  • Get Borrower Token
    POST
  • Health Check
    GET
  1. Lead

Fetch service accounts

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
GET
/v1/crm/leads/{lead_id}/service_accounts/
Last modified:2025-02-24 07:57:05

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
lead_id
string 
required
Example:
3204ba24-4855-432d-934c-1e21756a9e8f

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/crm/leads/3204ba24-4855-432d-934c-1e21756a9e8f/service_accounts/'

Responses

🟢200Success
application/json
Body
object {0}
Example
{"lms":[{"id":"d3303cf4-558e-468d-892e-cc807dd3aee2","created_at":1740380362.4287283,"updated_at":1740380362.4289594,"crm_lead_id":"3204ba24-4855-432d-934c-1e21756a9e8f","ref_id":"CLZKO49A","los_account_id":null,"program_id":"5e7c88d7-aba3-4c09-8574-9e18c81e33f6","product_type":"term_loan","tags":null,"status":"pending_disbursement","remark":null,"writeoff_remark":null,"excess_payment":"adjust","ledger_interest_calculation":"EOD","npa_dpd":90,"default_component_order":"PI-OI-NI-P","npa_component_order":"API-AOI-ANI-AP","default_settlement_order":"due_date_first","dpd_starts_from":"due_date","stop_daily_accruals":false,"is_gl_active":false,"decimal_points":2}],"los":[]}
Previous
Get Borrower Line Details
Next
Send to a service
Built with