Create fetch requests in bulk
POST/openapi/v1/fetch-requests/bulk
Fan out one fetch request per worker in a single call. Top-level requirements (or legacy requestedCredentialTypes) is applied uniformly to every worker — exactly one of the two must be supplied. Per-worker overrides are not supported here; create individually if you need per-worker shaping. Returns per-worker results — partial failures don't roll back successful sibling creates. Capped at 50 workers per call.
Request
Responses
- 200
- 401
- 403
- 429
- 500
OK
Authentication required
Caller is not authorised
Rate limit exceeded — see Retry-After header
Internal server error