v9

latestOpenAPI 3.0.0raw.githubusercontent.com2025-12-15521353.8 KB
misc

Execute multiple requests in a batch

Execute multiple requests in a batch

post/batch/requests

Request body

methodstring
pathstring
bodyobject
headersobject

Example request

[
  {
    "method": "POST",
    "path": "/respondents"
  }
]

Response

The requests have been executed

statusinteger

Example response

[
  {
    "status": 200
  }
]