Replay an inbound request
POST
/v1/requests/{id}/replay
Re-enqueue the captured request back onto the ingest buffer so the router re-processes it (resolve → verify → route). Idempotent on the request id.
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Parameters
Path Parameters
id*
Type
Requiredstring
Responses
Replay queued.