---
title: "/groups/search"
method: POST
path: "/groups/search"
---

# /groups/search

`POST /groups/search`

Search single group by the name. [Rate limited]

## Request body

- object
  - `group_name` string — Name of the group to search

## Response `200`

200

- 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` unknown
  - `date_updated` unknown

## 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)
