Replay Batch

POST /v2/batch/operations/{id}/replay

Required scopes

batch:operations:write

Tokens missing any required scope return 401 scope_missing. See Auth & Scopes for issuance.

Operation

Operation ID replayBatch
Tags Batch

Parameters

Name In Type Description
id * path schema

Request body

Required

object
FieldTypeDescription
only *enum (2)
failed_rowsall_rows
params_overridesobjectPer-operation params overrides (e.g., relax validation per 04-batch §6.4)

Responses

201
Created
schema
404
422

Example request

POST https://api.digitalonboarding.com/v2/batch/operations/{id}/replay
Authorization: Bearer <partner-token>
Content-Type: application/json
Idempotency-Key: <uuid-v4>

{ /* request body matching schema above */ }