---
title: "GET /customers/subscribers"
method: GET
path: "/customers/subscribers"
tags: ["Customers"]
---

# GET /customers/subscribers

`GET /customers/subscribers`

Returns a paginated Subscribers collection.

## Query parameters

- `email` string
- `first_name` string
- `last_name` string
- `source` string
- `order_id` integer
- `date_created` string, date-time
- `date_modified` string, date-time
- `page` integer
- `limit` integer

## Response `200`

An array of subscriber objects and metadata.

- SubscriberCollectionResponse — Response payload for the BigCommerce API.
  - `data` Subscriber[]
    - `id` integer — The unique numeric ID of the subscriber; increments sequentially.
    - `email` string — The email of the subscriber. Must be unique.
    - `first_name` string — The first name of the subscriber.
    - `last_name` string — The last name of the subscriber.
    - `source` string — The source of the subscriber. Values are: `storefront`, `order`, or `custom`.
    - `order_id` integer, nullable — The ID of the source order, if source was an order.
    - `date_modified` string, date-time — The date on which the subscriber was modified.
    - `date_created` string, date-time — The date of which the subscriber was created.
  - `meta` CollectionMeta — Data about the response, including pagination and collection totals.
    - `pagination` Pagination — Data about the response, including pagination and collection totals.
      - `total` integer — Total number of items in the result set.
      - `count` integer — Total number of items in the collection response.
      - `per_page` integer — The amount of items returned in the collection per page, controlled by the limit parameter.
      - `current_page` integer — The page you are currently on within the collection.
      - `total_pages` integer — The total number of pages in the collection.
      - `links` object — Pagination links for the previous and next parts of the whole collection.
        - `previous` string — Link to the previous page returned in the response.
        - `current` string — Link to the current page returned in the response.
        - `next` string — Link to the next page returned in the response.

---

[API](https://skmtc.net/bigcommerce/apis/bigcommerce-api.md) · [All operations](https://skmtc.net/bigcommerce/apis/bigcommerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigcommerce/bigcommerce-api/versions/90efb67b99f3/schema)
