Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Approval
  • 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
      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. Approval

Bulk Approve

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/disburse/approvals/bulk_approve/
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 application/json
approval_ids
array[string]
required
Example
{
    "approval_ids": [
        "ce5767ff-41a4-479b-b7a8-47630e895e31",
        "e0fb6f14-8eb3-4886-92c7-66c56c6901f0"
    ]
}

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 PUT 'https://preprod.api.crego.io/v1/disburse/approvals/bulk_approve/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "approval_ids": [
        "ce5767ff-41a4-479b-b7a8-47630e895e31",
        "e0fb6f14-8eb3-4886-92c7-66c56c6901f0"
    ]
}'

Responses

🟢200Bulk Approve
application/json
Body
message
string 
required
Example
{
    "message": "Successfully Processed"
}
Previous
Approve
Next
List Custom Fields
Built with