Perform bulk actions on multiple invoices (activate, deactivate, delete, submit_for_verification, verify, approve, reject, cancel, settle)
Request
Send your HTTP requests with an Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password Example:Authorization: Basic *****************
or
Body Params application/jsonRequired
curl --location --request PUT 'https://demo.preprod.crego.ai/flow/api/invoices/bulk_actions/' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
Modified at 2026-01-22 17:32:02