Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
More
    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:6 months ago

    Request

    Authorization
    Provide your bearer token in the
    Authorization
    header when making requests to protected resources.
    Example:
    Authorization: Bearer ********************
    Body Params multipart/form-data

    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

    Example
    {}
    Modified at 6 months ago
    Previous
    List
    Next
    Create
    Built with