---
title: "/groups/:id/subscribers"
method: POST
path: "/groups/{id}/subscribers"
---

# /groups/:id/subscribers

`POST /groups/{id}/subscribers`

Add new single subscriber to specified group [Rate limited]

## Path parameters

- `id` integer, required

## Request body

- object
  - `email` string — email of new subscriber
  - `name` string
  - `fields` object — object that contains your custom fields. i.e. company, city, state, etc.
    - `company` string
    - `city` string
  - `resubscribe` boolean — reactivate subscriber if value is true
  - `autoresponders` boolean — autoresponders will be sent if value is true
  - `type` string — available values: unsubscribed, active, unconfirmed

## Response `200`

200

- object
  - `id` integer
  - `name` string
  - `email` string
  - `sent` integer
  - `opened` integer
  - `clicked` integer
  - `type` string
  - `fields` object[]
    - `key` string
    - `value` string
    - `type` string
  - `date_subscribe` unknown
  - `date_unsubscribe` unknown
  - `date_created` string

## Other responses

- `400` — 400
- `404` — 404

---

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