Execute up to 20 REST operations.
Execute up to 20 REST operations.
Validates the complete envelope before dispatch, then executes operations sequentially through their normal REST routes. Results preserve input order. An operation failure does not stop later operations, and the batch is not transactional.
POST
Execute up to 20 REST operations.
Authorizations
OAuth 2.1 authorization-code flow with PKCE.
Body
application/json
Required array length:
1 - 20 elementsCaller-supplied correlation ID, unique within this batch.
Minimum string length:
1Available options:
GET, POST, PATCH, DELETE Path relative to /v1, including any query string (for example /streams?limit=10).
Pattern:
^/JSON request body for POST or PATCH operations.
Per-operation idempotency key for POST or PATCH. The outer request key is not inherited.