Execute Operation Batch
POST /v2/ipaas/operation-batches
Required scopes
ipaas:operations:execute
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | executeOperationBatch |
| Tags | Operations |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| Idempotency-Key | header | string | Per `00-conventions.md` §7. Client-generated UUID v4 recommended. |
| X-Operator-Override | header | string | Comma-separated override flags. Standard set: destructive, bulk, force, bypass_validation=<validator>, dry_run. |
Request body
Required
object
| Field | Type | Description |
|---|---|---|
| mode * | enum (3) | atomicorderedbest_effort |
| operations * | object[] |
Responses
200
OK
object
202
Accepted; returns a Batch ref.
Example request
POST https://api.digitalonboarding.com/v2/ipaas/operation-batches
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>
{ /* request body matching schema above */ }