Skip to main content
POST
Execute up to 20 REST operations.

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization-code flow with PKCE.

Body

application/json
Required array length: 1 - 20 elements
id
string
required

Caller-supplied correlation ID, unique within this batch.

Minimum string length: 1
method
enum<string>
required
Available options:
GET,
POST,
PATCH,
DELETE
path
string
required

Path relative to /v1, including any query string (for example /streams?limit=10).

Pattern: ^/
body
any

JSON request body for POST or PATCH operations.

idempotencyKey
string

Per-operation idempotency key for POST or PATCH. The outer request key is not inherited.

Response

Ordered per-operation results. Individual results can contain non-2xx statuses.

id
string
required
status
integer
required
Required range: 100 <= x <= 599
body
any

Decoded JSON response body, or a string for a non-JSON response.

headers
object