Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Insurances
  • 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
      GET
    • Detail
      GET
    • Update
      PATCH
    • Delete
      DELETE
  • Accounts
    • Reopen Account
    • List
    • Create
    • Drop
    • Approve
    • Detail
    • Initiate
    • Activate
  • Signing
    • Initiate
    • Service Callback
    • Upload
    • List
  • Insurances
    • Create
      POST
  • Fee
    • Create
  • Mandate
    • Create
    • Get Details
  1. Insurances

Create

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/los/insurances/
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 ********************
Body Params multipart/form-data
account
string 
required
Example:
{{los.account_id}}
applicant_id
string 
required
Example:
e9e23c11-8e8b-4e4d-a5d2-bf62a437680e
insurer
string 
required
Example:
Bajaj FInance
sum_amount
string 
required
policy_file
file 
required
policy_id
string 
required
Example:
KJAHSKDJKAJSHDKJ
issued_date
string 
required
expiry_date
string 
required
status
string 
required

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 POST 'https://preprod.api.crego.io/v1/los/insurances/' \
--form 'account="{{los.account_id}}"' \
--form 'applicant_id="e9e23c11-8e8b-4e4d-a5d2-bf62a437680e"' \
--form 'insurer="Bajaj FInance"' \
--form 'sum_amount=""' \
--form 'policy_file=@""' \
--form 'policy_id="KJAHSKDJKAJSHDKJ"' \
--form 'issued_date=""' \
--form 'expiry_date=""' \
--form 'status=""'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-02-21 06:52:30
Previous
List
Next
Create
Built with