Bulk approve pending imports
POST/api/v1/pending-imports/bulk-approve
Approves all imports with status "pending" for the specified account in chronological order. Each import is individually approved and any per-import failures are collected rather than aborting the batch.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Bulk approval completed. Partial success is possible - check the errors array.
Invalid request body.
Authentication required.
Account not found or access denied.
Server error.