Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
More
    1. Mandate
    • 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
    • Fee
      • Create
    • Mandate
      • Create
        POST
      • Get Details
        GET
    1. Mandate

    Create

    preprod
    https://preprod.api.crego.io
    preprod
    https://preprod.api.crego.io
    POST
    /v1/los/mandates/initiate/
    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/mandates/initiate/' \
    --form 'account="c804f0b2-3897-4679-9337-79e0272b7f37"' \
    --form 'bank_id="0be0a04e-3f17-4346-a57e-35fe3dc4fe96"'

    Responses

    🟢200Success
    application/json
    Body

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