---
title: "Get subscriber"
method: GET
path: "/subscribers/{email}"
tags: ["Subscribers"]
---

# Get subscriber

`GET /subscribers/{email}`

Get subscriber details globally across all lists in the account.

## Path parameters

- `email` string, required

## Response `200`

OK

- object
  - `subscriber` object
    - `name` string
    - `surname` string
    - `email` string
    - `gender` string
    - `bounce_soft` integer
    - `bounced_hard` integer
    - `inserted_at` string
    - `rating` number
    - `country` string
    - `tags` string[]
    - `lists` object
      - `1` object
        - `id` integer
        - `list_id` integer
        - `email` string
        - `status` integer
        - `subscribed_at` string
        - `source` string

---

[API](https://skmtc.dev/ecomail/apis/ecomail-api.md) · [All operations](https://skmtc.dev/ecomail/apis/ecomail-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecomail/ecomail-api/revisions/31b5789931fe/schema)
