---
title: "/batch"
method: POST
path: "/batch"
---

# /batch

`POST /batch`

## Request body

- object
  - `requests` string, json, required — Array of request objects containg method, path and body (optional).

## Response `200`

200

- object[]
  - `body` object[]
    - `id` integer
    - `name` string
    - `total` integer
    - `active` integer
    - `unsubscribed` integer
    - `bounced` integer
    - `unconfirmed` integer
    - `junk` integer
    - `sent` integer
    - `opened` integer
    - `clicked` integer
    - `date_created` string
    - `date_updated` string
  - `status` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mailerlite/apis/v2-production.md) · [All operations](https://skmtc.net/mailerlite/apis/v2-production/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mailerlite/v2-production/versions/69f06eb37b28/schema)
