---
title: "Get all recipients"
method: GET
path: "/recipients"
tags: ["Recipient"]
---

# Get all recipients

`GET /recipients`

## Response `200`

Get all recipients

- PaginatedRecipient
  - `data` Recipient[]
    - `name` string — Name of the recipient. Primarely used for your reference, but acts as a fallback when you use the "name" placeholder
    - `email` string — Emailaddress of the recipient
    - `filters` Filter[]
      - `id` string
      - `key` string
      - `value` string
    - `placeholders` Placeholder[]
      - `id` string
      - `key` string
      - `value` string
    - `sites` object[]
      - `id` string — site id
    - `mailinglists` string[]
    - `created_at` string — Created at timestamp
    - `updated_at` string — Updated at timestamp
  - `current_page` integer
  - `last_page` integer

---

[API](https://skmtc.net/gitbookio/apis/mailscheduler.md) · [All operations](https://skmtc.net/gitbookio/apis/mailscheduler/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitbookio/mailscheduler/revisions/c6c3717d477d/schema)
