---
title: "Execute multiple requests in a batch"
method: POST
path: "/batch/requests"
tags: ["misc"]
---

# Execute multiple requests in a batch

`POST /batch/requests`

Execute multiple requests in a batch

## Request body

- object[]
  - `method` string
  - `path` string
  - `body` object
  - `headers` object

## Response `207`

The requests have been executed

- object[]
  - `status` integer

## Other responses

- `400` — The request body wasn't passed in as valid JSON

---

[API](https://skmtc.net/office-of-national-statistics/apis/party-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/party-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/party-service-api/revisions/a9abfd072409/schema)
